import java.lang.String; import java.lang.Integer; class Generics4 { C m1(C b){ return b; } m2(x) { return m1(x); } }