mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 12e91605bf8901d98d56b8d8dc3a348d4b1ae935
5 lines
92 B
Java
5 lines
92 B
Java
class C {
|
|
private void foo() {
|
|
<caret><selection>a</selection>[i].b.c();
|
|
}
|
|
} |