import java.lang.Integer; import java.lang.Comparable; class PackageNameTest{ java.lang.Integer test(a){return a;} Comparable test2(a){return a;} }