mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 17:56:55 +07:00
GitOrigin-RevId: 4bcaf8c390fae1f20aa7c70fe78af95f57ab5ea8
5 lines
53 B
Java
5 lines
53 B
Java
class A {
|
|
void foo() {
|
|
if (true) {<caret>
|
|
}
|
|
} |