JS: add tests for support of 'for' statement in TemporaryAssignmentElimination
This commit is contained in:
+4
@@ -34,4 +34,8 @@ class TemporaryAssignmentEliminationTest : BasicOptimizerTest("temporary-assignm
|
||||
@Test fun tryCatch() = box()
|
||||
|
||||
@Test fun ifWithoutElse() = box()
|
||||
|
||||
@Test fun forInitVariables() = box()
|
||||
|
||||
@Test fun forInitExpressionPreventsOptimization() = box()
|
||||
}
|
||||
Reference in New Issue
Block a user