Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.4.0-rc-1
-
None
Description
The following code produces a compile-time NPE, making it impossible to compile a project:
@groovy.transform.CompileStatic void foo() { Double d = null } foo()