Files
kotlin-fork/idea/testData/fir/multiModule/javaInheritsKotlinProperty/extraDump.java.txt
T
2020-02-19 18:09:04 +03:00

7 lines
140 B
Plaintext
Vendored

public open class Inheritor : R|kotlin/Any|, R|Base| {
public open fun getX(): R|kotlin/Int|
public constructor(): R|Inheritor|
}