Files
2022-09-19 16:43:17 +00:00

8 lines
90 B
Java

class Main {
void test(int x) {
switch(x) {
case 1 -> thro<caret>
}
}
}