package testPullUpGen.test4d.test; /** * Test : pull up m, then n */ public class A extends S { Integer m(){ return 1; } String n(){ return "foo"; } }