package testPullUpGen.test36.test; /** * Test : pull up m (two methods) */ public class A extends S { void m(Integer i, String s){ return ; } void m(Boolean b){ return ; } }