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