[JS IR] Optimize JS AST for closures
^KT-58891 Fixed
This commit is contained in:
committed by
Space Team
parent
524c475834
commit
a588e75c11
+6
-2
@@ -19,5 +19,9 @@ package org.jetbrains.kotlin.js.testOld.optimizer
|
||||
import org.junit.Test
|
||||
|
||||
class DeadCodeEliminationTest : BasicOptimizerTest("dead-code-elimination") {
|
||||
@Test fun switchCases() = box()
|
||||
}
|
||||
@Test
|
||||
fun switchCases() = box()
|
||||
|
||||
@Test
|
||||
fun afterReturn() = box()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user