JS backend: added the support extension functions as expression.
This commit is contained in:
@@ -87,6 +87,9 @@ public class FunctionTest extends AbstractExpressionTest {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testExpressionAsExtFunction() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testVararg() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
|
||||
Reference in New Issue
Block a user