package testPullUpGen.test44.test; /** * Test : pull up m, then n */ public class A extends S { int m(Integer i){ return 1; } }