read kotlin class objects from binary classes

This commit is contained in:
Stepan Koltsov
2012-02-22 22:11:08 +04:00
parent b9ba7c6b9a
commit e0fae55ee4
15 changed files with 140 additions and 14 deletions
@@ -0,0 +1,10 @@
namespace test
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>
}
}
abstract trait test.Bbb</*0,r*/ P : jet.Any?> : jet.Any {
}