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

7 lines
177 B
Plaintext
Vendored

public open class Inheritor : R|Second| {
public open fun R|First|.foo(first: R|kotlin/String|, s: R|kotlin/Int|): R|kotlin/Unit|
public constructor(): R|Inheritor|
}