Files
kotlin-fork/idea/testData/fir/multiModule/javaInheritsKotlinExtension/jvm/Test.txt
T

10 lines
244 B
Plaintext
Vendored

FILE: Test.kt
public final class Tester : R|Inheritor|, R|First| {
public constructor(): super<R|Inheritor|>()
public final fun test(): R|kotlin/Unit| {
R|/Inheritor.foo|(String(abc), Int(456))
}
}