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