JS backend: fix TranslationUtils.isCacheNeeded

This commit is contained in:
Michael Nedzelsky
2014-09-02 17:31:32 +04:00
parent 5967b6637f
commit 0e41411c75
3 changed files with 43 additions and 1 deletions
@@ -112,4 +112,8 @@ public class EvaluationOrderTest extends AbstractExpressionTest {
public void testOrOrWithBreakContinueReturn() throws Exception {
checkFooBoxIsOk();
}
public void testWhenJsLiteralWithSideEffect() throws Exception {
checkFooBoxIsOk();
}
}