Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/class/ClassParamReferencesSelf.txt
T
2012-03-22 03:46:46 +04:00

8 lines
276 B
Plaintext

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