forked from JavaTX/JavaCompilerCore
20 lines
240 B
Plaintext
20 lines
240 B
Plaintext
|
class Tph {
|
||
|
|
||
|
Tph(){
|
||
|
super(());
|
||
|
}
|
||
|
TPH BNOP m(TPH BNOQ a, TPH BNOR b){
|
||
|
TPH BNOS c;
|
||
|
c = this.m2 Signature: [TPH BNOU, TPH BNOV](b);
|
||
|
return a;
|
||
|
}
|
||
|
|
||
|
TPH BNOZ m2(TPH BNPA b){
|
||
|
return b;
|
||
|
}
|
||
|
|
||
|
Tph(){
|
||
|
super(());
|
||
|
}
|
||
|
|
||
|
}
|