public class Foo { int f(char x) { switch (x) { <caret> } } }