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:
@@ -116,4 +116,9 @@ public class EvaluationOrderTest extends AbstractExpressionTest {
|
||||
public void testWhenJsLiteralWithSideEffect() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testLiteralFunctionAsArgumentWithSideEffect() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user