package testPullUpGen.test2.test; public class B extends S { String m(){ return "foo"; } }