Added support spread operator in JS-Backend.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user