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