Files

8 lines
103 B
Java

class Foo {
void foo(String a) {
switch (a) {
default<caret>
}
}
}