12 lines
223 B
Plaintext
Vendored
12 lines
223 B
Plaintext
Vendored
public open class Base<T> : R|kotlin/Any| {
|
|
public final fun foo(): R|T|
|
|
|
|
public constructor<T>(): R|test/Base<T>|
|
|
|
|
}
|
|
|
|
public final class Inh : R|test/Base<kotlin/String>| {
|
|
public constructor(): R|test/Inh|
|
|
|
|
}
|