import java.lang.Integer; import java.lang.String; public class AA { public m(Integer i) { return "AA"; } public m2(AA x) { return "AA"; } }