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