mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 09:50:57 +07:00
7 lines
108 B
Java
7 lines
108 B
Java
class Test {
|
|
public String field = foo("", "");
|
|
|
|
String foo(String s, String s1) {
|
|
return s;
|
|
}
|
|
} |