Files

7 lines
111 B
Java

// "f "abcd"" "true"
public class Test {
void foo(){
Syste.out.print("abcd");
}
void bar1(){foo();}
}