package testPullUpGen.test7.test; public class B extends S { int m(String i){ return 1; } int m(Boolean i){ return 1; } }