Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/class/InheritTraitWithFunctionParam.fir.txt
T

10 lines
198 B
Plaintext
Vendored

public open class Class : R|test/Trait| {
public constructor(): R|test/Class|
}
public abstract interface Trait : R|kotlin/Any| {
public open fun f(a: R|kotlin/String|): R|kotlin/Unit|
}