mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 14:37:46 +07:00
7 lines
111 B
Java
7 lines
111 B
Java
// "f "abcd"" "true"
|
|
public class Test {
|
|
void foo(){
|
|
Syste.out.print("abcd");
|
|
}
|
|
void bar1(){foo();}
|
|
} |