package testPullUpGen.test45.test; /** * Test : pull up m */ public class A { int m(Integer i){ return 1; } }