-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.9, 2.2.1
-
Fix Version/s: 2.2.2
-
Component/s: Static compilation
-
Labels:None
The following script fails:
def empty = new IntRange(false, 5, 5) assert empty.size() == 0 assert empty.iterator().hasNext() == false
- relates to
-
GROOVY-6482 @CompileStatic does not support empty ranges properly
-
- Closed
-