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

8 lines
96 B
Java

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