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