mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 19:50:55 +07:00
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)) {
|
|
|
|
}
|
|
}
|
|
} |