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,6 +1,6 @@
namespace test
open class test.MethodWithFunctionTypes : java.lang.Object {
final /*constructor*/ fun <init>(): test.MethodWithFunctionTypes
open fun foo(/*0*/ p0: jet.Function1<jet.String?, jet.String>): jet.ExtensionFunction0<jet.String, jet.String?>?
public open class test.MethodWithFunctionTypes : java.lang.Object {
public final /*constructor*/ fun <init>(): test.MethodWithFunctionTypes
public open fun foo(/*0*/ p0: jet.Function1<jet.String?, jet.String>): jet.ExtensionFunction0<jet.String, jet.String?>?
}
@@ -1,6 +1,6 @@
namespace test
open class test.MethodWithGenerics : java.lang.Object {
final /*constructor*/ fun <init>(): test.MethodWithGenerics
open fun foo(/*0*/ p0: jet.String, /*1*/ p1: java.util.List<java.util.Map.Entry<jet.String?, jet.String>?>): jet.String
public open class test.MethodWithGenerics : java.lang.Object {
public final /*constructor*/ fun <init>(): test.MethodWithGenerics
public open fun foo(/*0*/ p0: jet.String, /*1*/ p1: java.util.List<java.util.Map.Entry<jet.String?, jet.String>?>): jet.String
}
@@ -1,6 +1,6 @@
namespace test
open class test.MethodWithTupleType : java.lang.Object {
final /*constructor*/ fun <init>(): test.MethodWithTupleType
open fun foo(/*0*/ p0: jet.Tuple2<jet.String, jet.String?>): jet.Tuple0
public open class test.MethodWithTupleType : java.lang.Object {
public final /*constructor*/ fun <init>(): test.MethodWithTupleType
public open fun foo(/*0*/ p0: jet.Tuple2<jet.String, jet.String?>): jet.Tuple0
}
@@ -1,6 +1,6 @@
namespace test
open class test.MethodWithTypeParameters : java.lang.Object {
final /*constructor*/ fun <init>(): test.MethodWithTypeParameters
open fun </*0*/ A : jet.Any?, /*1*/ B : java.lang.Runnable & java.util.List<java.lang.Cloneable>>foo(/*0*/ p0: A, /*1*/ p1: java.util.List<out B>, /*2*/ p2: java.util.List<in jet.String?>): jet.Tuple0
public open class test.MethodWithTypeParameters : java.lang.Object {
public final /*constructor*/ fun <init>(): test.MethodWithTypeParameters
public open fun </*0*/ A : jet.Any?, /*1*/ B : java.lang.Runnable & java.util.List<java.lang.Cloneable>>foo(/*0*/ p0: A, /*1*/ p1: java.util.List<out B>, /*2*/ p2: java.util.List<in jet.String?>): jet.Tuple0
}
@@ -1,6 +1,6 @@
namespace test
open class test.MethodWithVararg : java.lang.Object {
final /*constructor*/ fun <init>(): test.MethodWithVararg
open fun foo(/*0*/ vararg p0: jet.String /*jet.Array<jet.String>*/): jet.Tuple0
public open class test.MethodWithVararg : java.lang.Object {
public final /*constructor*/ fun <init>(): test.MethodWithVararg
public open fun foo(/*0*/ vararg p0: jet.String /*jet.Array<jet.String>*/): jet.Tuple0
}
@@ -1,6 +1,6 @@
namespace test
open class test.SyntaxError : java.lang.Object {
final /*constructor*/ fun <init>(): test.SyntaxError
open fun foo(): jet.Int?
public open class test.SyntaxError : java.lang.Object {
public final /*constructor*/ fun <init>(): test.SyntaxError
public open fun foo(): jet.Int?
}