Updated test data. Unit -> jet.Unit.

This commit is contained in:
Evgeny Gerashchenko
2013-03-20 20:19:13 +04:00
parent eefdf5790a
commit d194d4d877
99 changed files with 215 additions and 215 deletions
@@ -2,5 +2,5 @@ package test
public open class MethodWithVararg : java.lang.Object {
public constructor MethodWithVararg()
public open fun foo(/*0*/ vararg p0 : jet.String /*jet.Array<jet.String>*/) : Unit
public open fun foo(/*0*/ vararg p0 : jet.String /*jet.Array<jet.String>*/) : jet.Unit
}