mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 06:44:20 +07:00
GitOrigin-RevId: 4c83c726cb3cfb95920054b04737ff0f1a88be40
7 lines
66 B
Java
7 lines
66 B
Java
class Foo {
|
|
void foo() {
|
|
int i;
|
|
<caret>
|
|
int j;
|
|
}
|
|
} |