package testPullUpGen.test6.possibleresult2; public abstract class S<T1, T2> { abstract T1 m(T2 i) ; }