Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-3
-
Fix Version/s: 1.0-beta-4
-
Component/s: parser
-
Labels:None
Description
The following throws a syntax error
{ int x |
println x
}
this works
{MyClass x |
println x
}
Another parser issue - this should be fixed with the new | syntax right?