blob: b9ffc7742184861c62fa33775a8a0f9cd6187397 [file] [log] [blame]
class Foo {
void foo(String a) {
switch (a) {
case "asdf<caret>"
}
}
}