10 lines
228 B
Plaintext
Vendored
10 lines
228 B
Plaintext
Vendored
public open class Base : R|kotlin/Any| {
|
|
public constructor(): R|test/Base|
|
|
|
|
}
|
|
|
|
public final class Child : R|test/Base| {
|
|
public constructor(prot: R|kotlin/Int|, int: R|kotlin/Int|, pub: R|kotlin/Int|): R|test/Child|
|
|
|
|
}
|