-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.11
-
Component/s: None
-
Labels:None
For the following source code:
def xx = true def moot = "bar" def kr = [:] def zorg = [] def cl = { def (x,y,z,t) = [xx, moot, kr , zorg] }
The compiler may generate different bytecode depending on iterations. The bytecode produced is always valid, but not reproducible.