blob: 3acf5d1e5b5922498a19e7a1a366baab1ada165f [file] [log] [blame]
class X {
void m() {
String s = getStr();
switch (s) {<caret>
}
}
}