Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-JSR-1
-
None
-
WindowsXP cvs-head 2005.06.06
Description
e:\temp\demo.groovy: 1: unexpected token: : @ line 1, column 28.
m =[1:"a", 2:"B", 0:"c", -2:"d"];
^1 Errors
for my groovy file:
m =[1:"a", 2:"B", 0:"c", -2:"d"];
println m;
Attachments
Attachments
Issue Links
- is related to
-
GROOVY-769 Parser error when Map key contains period in JSR mode
- Closed