jdk-24/test/langtools/tools/javadoc/generics/genericSuper/expected.out
2017-09-12 19:03:39 +02:00

28 lines
374 B
Plaintext

class pkg1.A<V, W>
name: A / A / pkg1.A
type parameters:
V
W
superclass:
pkg1.S<W, V>
interfaces:
pkg1.I<java.lang.String>
constructors:
A()
interface pkg1.I<R>
name: I / I / pkg1.I
type parameters:
R
class pkg1.S<T, U>
name: S / S / pkg1.S
type parameters:
T
U
superclass:
java.lang.Object
constructors:
S()