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

7 lines
186 B
Plaintext
Vendored

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