Files
2024-07-04 15:25:05 +00:00

5 lines
74 B
Java

class X {
void test(int i) {
if(i instanceo<caret>f short s){}
}
}