mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
6 lines
119 B
Java
6 lines
119 B
Java
class Foo {
|
|
void method(String s) {}
|
|
void foo() {
|
|
equals(method<selection>"a"</selection>);
|
|
}
|
|
} |