Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.6
-
None
Description
When simple range is parsed (I attached the whole snippet to be accurate, but problem is not related to list):
(5..8).a [1,2].a
The name of the ClassNode is "groovy.lang.Range", but its clazz is java.lang.Object and isInterface() method returns false (which I think is incorrect).
Attachments
Issue Links
- is duplicated by
-
GROOVY-3052 RangeExpression wrong line, column data
- Closed