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