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