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

18 lines
170 B
Plaintext
Raw Normal View History

2023-01-10 13:22:05 +00:00
public class Tph2 {
id = x->x;
id3 (x) {
return id.apply(x);
}
/*
m(a,b){
var c = m2(a,b);
//m2(a,b);
return a;
}
m2(a,b){
return b;
}
*/
}