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