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
open class test.ConstructorGenericDeep : java.lang.Object {
final /*constructor*/ fun <init>(/*0*/ p0: java.lang.Class<jet.Any?>?): test.ConstructorGenericDeep
public open class test.ConstructorGenericDeep : java.lang.Object {
public final /*constructor*/ fun <init>(/*0*/ p0: java.lang.Class<jet.Any?>?): test.ConstructorGenericDeep
}
@@ -1,5 +1,5 @@
namespace test
open class test.ConstructorGenericSimple : java.lang.Object {
final /*constructor*/ fun <init>(/*0*/ p0: jet.Any?): test.ConstructorGenericSimple
public open class test.ConstructorGenericSimple : java.lang.Object {
public final /*constructor*/ fun <init>(/*0*/ p0: jet.Any?): test.ConstructorGenericSimple
}
@@ -1,5 +1,5 @@
namespace test
open class test.ConstructorGenericUpperBound : java.lang.Object {
final /*constructor*/ fun <init>(/*0*/ p0: java.util.RandomAccess?): test.ConstructorGenericUpperBound
public open class test.ConstructorGenericUpperBound : java.lang.Object {
public final /*constructor*/ fun <init>(/*0*/ p0: java.util.RandomAccess?): test.ConstructorGenericUpperBound
}