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