Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/InheritTraitWithParam.txt
T
2020-03-19 09:51:01 +03:00

8 lines
152 B
Plaintext
Vendored

public abstract interface Aaa<P> : R|kotlin/Any| {
}
public final class Bbb : R|test/Aaa<java/util/Random>| {
public constructor(): R|test/Bbb|
}