Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/ClassParamReferencesSelf.txt
T
2020-03-19 09:51:01 +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| {
}