class Foo { void foo(String a) { switch (a) { case "x":break; case "asdf" } } }