blob: b49315845cfbc39856546c1697ed1240f58f4d50 [file] [log] [blame]
public class Foo {
int f(byte x) {
switch (x) {
<caret>
}
}
}