Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-1
-
None
-
None
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.