JavaTXCompilerInJavaTXNoMaven/resources-back/bytecode/javFiles/CC.jav

12 lines
152 B
Plaintext
Raw Normal View History

2024-05-02 21:04:07 +00:00
import java.lang.Integer;
import java.lang.String;
public class CC extends BB {
m(Integer i) {
return "CC";
}
m2(CC x) { return "CC"; }
}