5552f5f5b2
In 203 platform java.lang.Object in position of type parameter bound is not rendered
5 lines
105 B
Plaintext
Vendored
5 lines
105 B
Plaintext
Vendored
public interface A <T, V> {
|
|
}
|
|
public final class B implements A<java.lang.Integer, java.lang.String> {
|
|
}
|