class Generics { A mt1(A a, B b){ return mt1(a, a); } } class Test { methode(String s){ return new Generics().mt1(s,s); } }