mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-10 15:36:56 +07:00
8 lines
73 B
Java
8 lines
73 B
Java
class Foo {
|
|
void test(Object o) {
|
|
if (!o in<caret>) {
|
|
|
|
}
|
|
}
|
|
}
|