JS/Inlining: improve test for removal of binary expresions without side effect, add tests for removal of a reference to a function parameter
This commit is contained in:
+2
@@ -26,4 +26,6 @@ class IneffectiveStatementEliminationTest() : BasicOptimizerTest("ineffective-st
|
||||
@Test fun conditional() = box()
|
||||
|
||||
@Test fun literal() = box()
|
||||
|
||||
@Test fun parameters() = box()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user