Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/class/ClassParamReferencesSelf.txt
T
2019-04-23 11:51:05 +03:00

8 lines
215 B
Plaintext
Vendored

public final class ClassParamReferencesSelf<A : R|test/TraitWithP<A>|> : R|kotlin/Any| {
public constructor(): R|test/ClassParamReferencesSelf<A>|
}
public abstract interface TraitWithP<P> : R|kotlin/Any| {
}