2018-11-05 07:12:52 +03:00
|
|
|
// ContinueStatement should be removed.
|
|
|
|
// And label is not used, then label also should be removed.
|
|
|
|
a: for(;;)continue // ContinueStatement should be removed.
|
|
|
|
// And label is not used, then label also should be removed.
|
|
|
|
a: for(;;) continue a;
|