Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/prop/VarDelegationToTraitImpl.txt
T

6 lines
86 B
Plaintext
Vendored

public abstract interface A : R|kotlin/Any| {
}
public final class B : R|test/A| {
}