class Foo { void foo(String a) { switch (a) { case "dzyolya", "izyayu" } } }