Files
2023-07-08 13:44:56 +00:00

8 lines
94 B
Java

class Main {
void f(Object o) {
switch (o) {
case String s whe<caret>
}
}
}