Regenerated test data.

This commit is contained in:
Evgeny Gerashchenko
2012-12-17 20:59:31 +04:00
parent 1ab555a51b
commit 5e5cd86194
92 changed files with 112 additions and 112 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 {
public final /*constructor*/ fun <init>(): test.B
public final /*primary constructor*/ fun <init>(): test.B
internal open override /*1*/ /*fake_override*/ fun f(): jet.String
}