Regenerated test data for ReadJavaBinaryClassTest.

This commit is contained in:
Evgeny Gerashchenko
2012-06-15 22:45:14 +04:00
parent da1aceb090
commit 70a8151e87
44 changed files with 154 additions and 166 deletions
@@ -1,5 +1,5 @@
namespace test
test.AnnotatedAnnotation() final annotation class test.AnnotatedAnnotation : jet.Any {
final /*constructor*/ fun <init>(): test.AnnotatedAnnotation
test.AnnotatedAnnotation() public final annotation class test.AnnotatedAnnotation : jet.Any {
public final /*constructor*/ fun <init>(): test.AnnotatedAnnotation
}
@@ -1,9 +1,6 @@
namespace test
final annotation class test.Aaa : jet.Any {
final /*constructor*/ fun <init>(): test.Aaa
}
open class test.HasAnnotatedMethod : java.lang.Object {
final /*constructor*/ fun <init>(): test.HasAnnotatedMethod
open test.Aaa() fun f(): jet.Tuple0
public open class test.AnnotatedMethod : java.lang.Object {
public final /*constructor*/ fun <init>(): test.AnnotatedMethod
public open java.lang.Deprecated() fun f(): jet.Tuple0
}
@@ -1,5 +1,5 @@
namespace test
final annotation class test.SimpleAnnotation : jet.Any {
final /*constructor*/ fun <init>(): test.SimpleAnnotation
public final annotation class test.SimpleAnnotation : jet.Any {
public final /*constructor*/ fun <init>(): test.SimpleAnnotation
}