Files
kotlin-fork/idea/testData/fir/multiModule/javaInheritsKotlinProperty/jvm/Test.txt
T
2019-04-23 11:15:24 +03:00

12 lines
248 B
Plaintext
Vendored

FILE: Test.kt
public final class Tester : R|Inheritor| {
public constructor(): R|Tester| {
super<R|Inheritor|>()
}
public final fun test(): R|kotlin/Int| {
^test R|/Inheritor.x|
}
}