Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-5
-
None
Description
i = 0
while (true) {
i++;
switch
System.out.println;
if (i ==10) break;
}
The continue keyword works if put outside of the switch