package testPullUpGen.test37.test; /** * Test : pull up m */ public class A extends S { Character m(Integer i, String s){ return 'a' ; } Float m(Boolean b){ return (new Float (1.1)); } }