Class objects explicitly marked in the test data

This commit is contained in:
Andrey Breslav
2012-07-18 17:43:31 +04:00
parent 9a28f580bb
commit 43a00b9787
8 changed files with 32 additions and 19 deletions
@@ -2,7 +2,7 @@ namespace test
internal final class test.SimpleClassObject : jet.Any {
public final /*constructor*/ fun <init>(): test.SimpleClassObject
internal final object test.SimpleClassObject.<no name provided> : jet.Any {
internal final class object test.SimpleClassObject.<no name provided> : jet.Any {
internal final /*constructor*/ fun <init>(): test.SimpleClassObject.<no name provided>
}
}