package testPullUpGen.test9.test; public class B extends S { int m(String i){ return 1; } int m(String s1, String s2){ return 1; } }