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