Files
2024-04-29 21:17:42 +00:00

7 lines
124 B
Java

// "Replace 's' with pattern variable" "true"
class X {
void test(float obj) {
if (obj instanceof int s) {
}
}
}