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