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