Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-3
-
None
-
None
Description
class Test {
static main(args) {
a =
b = { it()}
c =
{ it()} a() {
b() {
c() {
}
}
}
}
}
throws groovy.lang.GroovyRuntimeException: c
it appears it can't find c when nested two deep