Description
The following code causes an NPE during compilation, with 2.0.0-rc-2:
class Outer { static class Inner { @groovy.transform.CompileStatic int m() { int x = 0 for (int i in 1..10) {x++} x } } }
The following code causes an NPE during compilation, with 2.0.0-rc-2:
class Outer { static class Inner { @groovy.transform.CompileStatic int m() { int x = 0 for (int i in 1..10) {x++} x } } }