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