Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/classObject/ClassObjectExtendsTraitWithTP.txt
T
Stepan Koltsov 13a9108f05 sort members in Read*BinaryClassTest
test should not fail if hash code or hash set is implemented diffently
2012-05-23 02:52:31 +04:00

11 lines
412 B
Plaintext

namespace test
abstract trait test.Bbb</*0,r*/ P : jet.Any?> : jet.Any {
}
final class test.ClassObjectExtendsTraitWithTP : jet.Any {
final /*constructor*/ fun <init>(): test.ClassObjectExtendsTraitWithTP
final object test.ClassObjectExtendsTraitWithTP.<no name provided> : test.Bbb<jet.String> {
final /*constructor*/ fun <init>(): test.ClassObjectExtendsTraitWithTP.<no name provided>
}
}