mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 07a917d6b5fbee806796237acd639341a90d49dc
8 lines
84 B
Java
8 lines
84 B
Java
class Foo {
|
|
void test(Object o) {
|
|
if (!(o instanceof <caret>)) {
|
|
|
|
}
|
|
}
|
|
}
|