JS: improve switch elimination

This commit is contained in:
Anton Bannykh
2018-02-20 15:03:24 +03:00
parent 92070d132e
commit eabe21726c
4 changed files with 129 additions and 4 deletions
@@ -24,4 +24,6 @@ class EmptyStatementEliminationTest : BasicOptimizerTest("empty-statement-elimin
@Test fun ifWithEmptyThenAndNoElse() = box()
@Test fun emptyBlockEliminated() = box()
@Test fun switchElimination() = box()
}