JavaCompilerCore/resources/bytecode/javFiles/CC.jav

12 lines
175 B
Plaintext
Raw Normal View History

import java.lang.Integer;
import java.lang.String;
2024-03-14 13:37:55 +00:00
import BB;
public class CC extends BB {
2024-03-14 13:37:55 +00:00
public m(Integer i) {
return "CC";
}
2024-03-14 13:37:55 +00:00
public m2(CC x) { return "CC"; }
}