5552f5f5b2
In 203 platform java.lang.Object in position of type parameter bound is not rendered
8 lines
150 B
Plaintext
Vendored
8 lines
150 B
Plaintext
Vendored
public final class B <E> {
|
|
public final class C implements A<E> {
|
|
}
|
|
|
|
public static final class D implements A<java.lang.String> {
|
|
}
|
|
}
|