JVM_IR: remove an assertion that triggers due to a frontend bug

This commit is contained in:
pyos
2019-10-18 19:00:01 +02:00
committed by Alexander Udalov
parent e5cc0eec9c
commit 0c3dfca6ee
7 changed files with 43 additions and 3 deletions
@@ -4838,6 +4838,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/controlStructures/ifConst2.kt");
}
@TestMetadata("ifIncompatibleBranches.kt")
public void testIfIncompatibleBranches() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/ifIncompatibleBranches.kt");
}
@TestMetadata("inRangeConditionsInWhen.kt")
public void testInRangeConditionsInWhen() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/inRangeConditionsInWhen.kt");