JS backend: test for KT-4225: Compiler to JavaScript produces semantically wrong code

This issue was fixed in build 0.8.541
This commit is contained in:
Michael Nedzelsky
2014-08-27 13:34:34 +04:00
parent 0e41411c75
commit f5963ebfe9
2 changed files with 40 additions and 0 deletions
@@ -116,4 +116,9 @@ public class EvaluationOrderTest extends AbstractExpressionTest {
public void testWhenJsLiteralWithSideEffect() throws Exception {
checkFooBoxIsOk();
}
public void testLiteralFunctionAsArgumentWithSideEffect() throws Exception {
checkFooBoxIsOk();
}
}