Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-3
-
None
Description
c = { x |
c1 =
c1()
}
c([1])
produces a null pointer exception
c = { x |
xx = x
c1 =
c1()
}
c([1])
works
Attachments
Issue Links
- is duplicated by
-
GROOVY-214 nested closures seem to have a problem with variable passing
- Closed