Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/class/InheritClassWithParam.txt
T
2019-04-04 10:31:09 +03:00

10 lines
162 B
Plaintext
Vendored

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