blob: 72b5aea70436f8ce4e1f9abd4474d05f16d9b9e2 [file] [log] [blame]
class Test {
void foo(@org.jetbrains.annotations.NonNls String s) {
switch (s) {
case "foooooo":
break;
}
}
}