10 lines
193 B
Plaintext
Vendored
10 lines
193 B
Plaintext
Vendored
public abstract class Aaa<P> : R|kotlin/Any| {
|
|
public constructor<P>(): R|test/Aaa<P>|
|
|
|
|
}
|
|
|
|
public final class Bbb : R|test/Aaa<java/util/Random>| {
|
|
public constructor(): R|test/Bbb|
|
|
|
|
}
|