7 lines
149 B
Plaintext
Vendored
7 lines
149 B
Plaintext
Vendored
public open class Inheritor : R|kotlin/Any|, R|Base| {
|
|
public open operator fun getX(): R|kotlin/Int|
|
|
|
|
public constructor(): R|Inheritor|
|
|
|
|
}
|