mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 07:28:24 +07:00
GitOrigin-RevId: 2033b095f35f02222aa40f43d37e07b0019c4324
7 lines
124 B
Java
7 lines
124 B
Java
// "Replace 's' with pattern variable" "true"
|
|
class X {
|
|
void test(float obj) {
|
|
if (obj instanceof int s) {
|
|
}
|
|
}
|
|
} |