mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-11 18:47:10 +07:00
8 lines
78 B
Java
8 lines
78 B
Java
class Foo {
|
|
void test(Object o) {
|
|
if (o inst<caret> Foo) {
|
|
|
|
}
|
|
}
|
|
}
|