JVM_IR: remove an assertion that triggers due to a frontend bug
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user