mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 05:18:02 +07:00
GitOrigin-RevId: 4084abc5b1e62a69fc7d4adfce06a1734203f6f2
7 lines
104 B
Java
7 lines
104 B
Java
class Test {
|
|
public void test() {
|
|
if (true)
|
|
<caret>
|
|
while(true);
|
|
}
|
|
} |