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