JavaCompilerCore/resources/bytecode/javFiles/Tph.jav

11 lines
88 B
Java

public class Tph {
m(a,b){
var c = m2(b);
return a;
}
m2(b){
return b;
}
}