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