package testPullUpGen.test21a.expectedresult; public class B implements I2, I<String> { @Override public int m(String i){ return 1; } }