public interface A <T, V> {
}
public final class B implements A<java.lang.Integer, java.lang.String> {
}
