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