forked from JavaTX/JavaCompilerCore
16 lines
152 B
Plaintext
16 lines
152 B
Plaintext
|
class Cycle {
|
||
|
|
||
|
Cycle(){
|
||
|
super(());
|
||
|
}
|
||
|
TPH GGXG m(TPH GGXH x, TPH GGXI y){
|
||
|
y = x;
|
||
|
x = y;
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
Cycle(){
|
||
|
super(());
|
||
|
}
|
||
|
|
||
|
}
|