Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-5
-
Fix Version/s: 1.1-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
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>
implemented