package testPullUpGen.test6.possibleresult1; public abstract class S <T> { abstract T m(T i) ; }