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.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
}