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