blob: c6438b42a2b2f5e6a531dda4e7fa13a11bb392ff [file] [log] [blame]
public class X {
int f(int a) {
<spot>switch</spot> (a) {
case 0: return 1;
default: return 2;
}
}
}