JS: fix bug in temporary variable elimination
This commit is contained in:
+2
@@ -40,4 +40,6 @@ class TemporaryVariableEliminationTest : BasicOptimizerTest("temporary-variable"
|
||||
@Test fun innerExpressionProcessed() = box()
|
||||
|
||||
@Test fun transitiveNotConsideredTrivial() = box()
|
||||
|
||||
@Test fun assignmentToNonLocal() = box()
|
||||
}
|
||||
Reference in New Issue
Block a user