blob: 981449a6202d8c553f78a96e1ac7d60c2972408b [file] [log] [blame]
switch (x) {
case 1:{
println it
}
}
-----
switch (x) {
case 1: {
println it
}
}