blob: 571ab43f0cc711be95e5bc9574e2af64c9337ec0 [file] [log] [blame]
switch (x) {
case 1:
println it
println that
}
-----
switch (x) {
case 1:
println it
println that
}