const internal/types/errors.InvalidComplex

5 uses

	internal/types/errors (current package)
		code_string.go#L95: 	_ = x[InvalidComplex-87]
		codes.go#L792: 	InvalidComplex

	go/types
		builtins.go#L320: 			check.errorf(x, InvalidComplex, invalidOp+"%v (mismatched types %s and %s)", call, x.typ, y.typ)
		builtins.go#L342: 			check.errorf(x, InvalidComplex, invalidArg+"arguments have type %s, expected floating-point", x.typ)
		builtins.go#L1067: 			code = InvalidComplex