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