mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-01 21:20:54 +07:00
10 lines
127 B
Java
10 lines
127 B
Java
class C {
|
|
private void foo1() {
|
|
}
|
|
|
|
<selection> private void foo2() {<caret>
|
|
}
|
|
</selection>
|
|
private void foo3() {
|
|
}
|
|
} |