JavaTXCompilerInJavaTX/app/resources/bytecode/javFiles/Tph.jav

11 lines
88 B
Plaintext
Raw Normal View History

2023-01-10 13:22:05 +00:00
public class Tph {
m(a,b){
var c = m2(b);
return a;
}
m2(b){
return b;
}
}