PSI2IR: KT-49485 chunk ktConditions to avoid stackoverflow

This commit is contained in:
Xin Wang
2022-01-20 17:26:35 +08:00
committed by Dmitry Petrov
parent b40227b66e
commit ebcc2cc3b2
4 changed files with 50 additions and 11 deletions
@@ -45465,6 +45465,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
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 {