Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Input the following code in the groovy console:
def x = [new Integer(0), new Integer(2)]
then insert new Integer(1)
def x = [new Integer(0), new Integer(1)new Integer(2)]
the above code can not be highlighted properly.