const internal/types/errors.InvalidComplex

5 uses

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

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