package testPullUpGen.test4a.test; public class B extends S { Integer n(){ return 1; } int m(String i){ return 1; } }