Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0-rc-3, 2.5.0
-
None
-
I can reproduce from the command line with:
groovy mapComparisonTest.groovy
With Groovy 2.5.0 and Java 1.8.0_172 on macOS High Sierra.
Description
The error returns on line 22 of the attached file:
return new IntegerPairIterator(unionKeys.iterator())
Assigning to a temporary variable and returning on a second line OR removing @StaticCompile will fix the problem.
I thought this was related to GROOVY-8590 because it first occurred in Groovy 2.5.0-rc-3, but it was not fixed in Groovy 2.5.0.
Attachments
Attachments
Issue Links
- links to