JVM_IR: remove an assertion that triggers due to a frontend bug
This commit is contained in:
Generated
+5
@@ -3963,6 +3963,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -3973,6 +3973,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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