Regenerated test data for ReadKotlinBinaryClassTest.

This commit is contained in:
Evgeny Gerashchenko
2012-06-15 20:30:27 +04:00
parent 07109dc8ba
commit c389264a21
131 changed files with 272 additions and 272 deletions
@@ -1,9 +1,9 @@
namespace test
abstract trait test.A : jet.Any {
open fun f(): jet.String
internal abstract trait test.A : jet.Any {
internal open fun f(): jet.String
}
final class test.B : test.A {
final /*constructor*/ fun <init>(): test.B
open override /*1*/ 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
}