mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 10:16:28 +07:00
GitOrigin-RevId: d69e01d624fcfc4ddb3af7292693ed056efc88a4
8 lines
110 B
Java
8 lines
110 B
Java
class X {
|
|
record A(long l){}
|
|
void test(Object obj) {
|
|
if(obj instanceof A(i<caret>nt i)) {
|
|
|
|
}
|
|
}
|
|
} |