package testPullUpGen.test21a.test; public class B implements I2, I { public int m(String i){ return 1; } }