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