Added checking vararg/not vararg in alternative signatures.

This commit is contained in:
Evgeny Gerashchenko
2012-06-20 23:44:25 +04:00
parent a2066ab0ab
commit 178a10716b
7 changed files with 86 additions and 2 deletions
@@ -0,0 +1,6 @@
namespace test
public open class test.NotVarargReplacedWithVararg : java.lang.Object {
public final /*constructor*/ fun <init>(): test.NotVarargReplacedWithVararg
public open fun foo(/*0*/ p0: jet.String?): jet.Tuple0
}