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