mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-14 04:05:03 +07:00
7 lines
90 B
Java
7 lines
90 B
Java
public class A {
|
|
public void method() {
|
|
if (true) { foo(); }
|
|
else <caret>
|
|
}
|
|
}
|