mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-10 15:09:52 +07:00
10 lines
122 B
Java
10 lines
122 B
Java
|
|
class Test {
|
|
String foo() {
|
|
return null;
|
|
}
|
|
|
|
void bar() {
|
|
<selection>foo()</selection>.toLowerCase()
|
|
}
|
|
} |