class Foo { void foo(String a) { switch (a) { case "asdf": <caret> } } }