package testPullUpGen.test17.test; /** * Test : pull up m */ public class A <T> extends S <T> { int m(Integer i){ return 1; } }