const internal/types/errors.InvalidIndirection

4 uses

	internal/types/errors (current package)
		code_string.go#L60: 	_ = x[InvalidIndirection-50]
		codes.go#L473: 	InvalidIndirection

	go/types
		expr.go#L1103: 					check.errorf(x, InvalidIndirection, invalidOp+"cannot indirect %s", x)
		expr.go#L1107: 					check.errorf(x, InvalidIndirection, invalidOp+"pointers of %s must have identical base types", x)