Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/class/ClassParamReferencesSelf.txt
T
2019-04-30 18:45:45 +03:00

8 lines
242 B
Plaintext
Vendored

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