Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/class/ClassParamReferencesSelf.txt
T
2012-06-16 15:39:36 +04:00

8 lines
295 B
Plaintext

namespace test
internal final class test.ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> : jet.Any {
public final /*constructor*/ fun </*0*/ A : test.TraitWithP<A>><init>(): test.ClassParamReferencesSelf<A>
}
internal abstract trait test.TraitWithP</*0*/ P : jet.Any?> : jet.Any {
}