package testPullUpGen.test15.expectedresult; public abstract class S<T> { abstract int m(T i); }