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