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