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