mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
10 lines
148 B
Java
10 lines
148 B
Java
class Foo {
|
|
void m() {
|
|
if (true) {
|
|
System.out.println();
|
|
}<caret>
|
|
if (true) {
|
|
System.out.println();
|
|
}<caret>
|
|
}
|
|
} |