-
Bug
-
Resolution: Fixed
-
P4
-
1.1, 1.1.4, 1.2.0
-
1.2beta3
-
generic, x86
-
generic, windows_95
-
Not verified
Name: sgC58550 Date: 03/18/97
javac compiles the following code which is illegal
according to the grammar in 14.6:
class B {
{
i: int i; // local variable declaration may not follow a
statement label
}
}
======================================================================