JavaCompilerCore/resources/bytecode/javFiles/Tph.jav

11 lines
102 B
Plaintext
Raw Normal View History

public class Tph {
2024-03-14 13:37:55 +00:00
public m(a,b){
var c = m2(b);
2019-07-25 20:24:06 +00:00
return a;
}
2024-03-14 13:37:55 +00:00
public m2(b){
return b;
}
}