Files
kotlin-fork/idea/testData/fir/multiModule/javaInheritsKotlinProperty/extraDump.java.txt
T
2019-05-28 10:20:40 +03:00

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|
}