JavaCompilerCore/resources/bytecode/javFiles/AA.jav

8 lines
145 B
Plaintext
Raw Normal View History

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