mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 06:39:33 +07:00
IDEA-359199 GitOrigin-RevId: a3162b75c3fa4ed32b3b17bcbf0753cf01fe72db
6 lines
80 B
Java
6 lines
80 B
Java
public class A {
|
|
void foo() {
|
|
if (true) {}
|
|
lo<caret>
|
|
}
|
|
} |