Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.5
-
Fix Version/s: 1.7-beta-2, 1.6.6
-
Component/s: parser
-
Labels:None
-
Environment:Linux schleppux2 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009 x86_64 GNU/Linux
(Ubuntu jaunty, ia32-jdk 1.6.0_16)
-
Number of attachments :
Description
The following snippet does not work if the commented line is removed.
try {
println "nix"
} catch ( Exception e ) {
e.printStackTrace()
}
//
println "auchnix" // remove this line to get an error
(1..10).each
Fixed by adjusting the relevant grammar rule a bit.