mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 12:52:30 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
12 lines
90 B
Java
12 lines
90 B
Java
class A {
|
|
<selection>
|
|
|
|
|
|
void m() {
|
|
|
|
}
|
|
<caret></selection>
|
|
void m2() {
|
|
|
|
}
|
|
} |