blob: 6ad677589b488ae487a38e819047afec1ada0d53 [file] [log] [blame]
public class B {
void foo(String s) {
switch (i) {
case A.ONE :
break;
}
}
}