JS backend: added the support extension functions as expression.

This commit is contained in:
Zalim Bashorov
2014-02-26 14:55:00 +04:00
parent 396afb05cb
commit 14ed970dc3
3 changed files with 30 additions and 12 deletions
@@ -87,6 +87,9 @@ public class FunctionTest extends AbstractExpressionTest {
fooBoxTest();
}
public void testExpressionAsExtFunction() throws Exception {
checkFooBoxIsOk();
}
public void testVararg() throws Exception {
checkFooBoxIsOk();