mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 12:20:55 +07:00
12 lines
183 B
Java
12 lines
183 B
Java
class Foo1 {
|
|
void foo() {
|
|
String <caret>s = <flown1>bar();
|
|
}
|
|
|
|
String bar() {
|
|
String res;
|
|
res = <flown111>"a";
|
|
return <flown11>res;
|
|
}
|
|
}
|