blob: f827b8160b244d3ac2c82f8c3ff4042dae06ba96 [file] [log] [blame]
switch (x){
case 1: {
foo
}
}
-----
switch (x) {
case 1: {
foo
}
}