mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
GitOrigin-RevId: 34ca9d82a66a7c3c71420b94ca9cbcd2fff7be68
7 lines
161 B
Java
7 lines
161 B
Java
class X {
|
|
void test(Object obj) {
|
|
if (obj instanceof String a) {
|
|
System.out.println(<selection>a.length()</selection>);
|
|
}
|
|
}
|
|
} |