Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-1
-
Fix Version/s: 1.0-JSR-5
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
class LabelTest extends GroovyTestCase {
void testDeclareSimpleLabel()
{ label_1: assert true // todo: make this pass // label_2: // assert true }}
forcing labels to be on the same line like the
labelled statement makes for inconvenient code
reading.
An Antlr expert please?