Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-5
-
None
-
None
Description
if (2..<2) assert false
if (2..2) assert true
both work fine but:
'assert 2..<2' returns:
Caught: java.lang.AssertionError: Expression: <not implemented
yet for class: org.codehaus.groovy.ast.expr.RangeExpression>