const internal/types/errors.UnaddressableOperand

3 uses

	internal/types/errors (current package)
		code_string.go#L59: 	_ = x[UnaddressableOperand-49]
		codes.go#L465: 	UnaddressableOperand

	go/types
		expr.go#L141: 			check.errorf(x, UnaddressableOperand, invalidOp+"cannot take address of %s", x)