mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 12:50:18 +07:00
5 lines
52 B
Java
5 lines
52 B
Java
class A {
|
|
void foo() {
|
|
if (true) <caret>
|
|
}
|
|
} |