3 lines
75 B
Text
3 lines
75 B
Text
|
|
fcn f{println("F");vm.stackTrace().println()} fcn g{println("G")}
|
||
|
|
f();g();
|