Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/classFun/FunDelegationToTraitImpl.fir.txt
T

10 lines
166 B
Plaintext
Vendored

public abstract interface A : R|kotlin/Any| {
public open fun f(): R|kotlin/String|
}
public final class B : R|test/A| {
public constructor(): R|test/B|
}