Fixing test data after ordering in NamespaceComparator was fixed

This commit is contained in:
Andrey Breslav
2012-07-05 13:11:55 +04:00
parent 4d220fb980
commit 54ea8f1d00
39 changed files with 228 additions and 228 deletions
@@ -4,6 +4,6 @@ internal abstract trait test.A : jet.Any {
internal open fun f(): jet.String
}
internal final class test.B : test.A {
internal open override /*1*/ fun f(): jet.String
public final /*constructor*/ fun <init>(): test.B
internal open override /*1*/ fun f(): jet.String
}