Added support spread operator in JS-Backend.

This commit is contained in:
Zalim Bashorov
2013-06-05 20:52:59 +04:00
parent 2bae647412
commit ee5c7c8f5c
6 changed files with 239 additions and 28 deletions
@@ -85,7 +85,7 @@ public class FunctionTest extends AbstractExpressionTest {
public void testVararg() throws Exception {
fooBoxTest();
checkFooBoxIsOk();
}
public void testKT921() throws Exception {
@@ -50,7 +50,7 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
}
public void testVararg() throws Exception {
fooBoxTest();
checkFooBoxIsOk();
}
public void testUndefined() throws Exception {