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