PSI2IR: KT-49485 chunk ktConditions to avoid stackoverflow
This commit is contained in:
+6
@@ -45465,6 +45465,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/when/kt5448.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("longCondition.kt")
|
||||
public void testLongCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/longCondition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("longInRange.kt")
|
||||
public void testLongInRange() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user