mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
5 lines
69 B
Java
5 lines
69 B
Java
class C {
|
|
boolean f() {
|
|
if (f() && new Object(){<caret>})
|
|
}
|
|
} |