class TestCase::CompileError::Switch::NoLastBreak {
static method main : int () {
switch (1) {
case 1 : {
1;
}
}
}
}
class TestCase::CompileError::Switch::NoLastBreak {
static method main : int () {
switch (1) {
case 1 : {
1;
}
}
}
}