FIR: Fix exception on remaining flexible ILT in lambda

^KT-49191 Related
This commit is contained in:
Denis.Zharkov
2021-10-08 19:31:14 +03:00
committed by TeamCityServer
parent bbc93d597a
commit 10c5d987d7
6 changed files with 61 additions and 4 deletions
@@ -13349,6 +13349,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class Fir extends AbstractLightAnalysisModeTest {
@TestMetadata("flexibleIntegerLiterals.kt")
public void ignoreFlexibleIntegerLiterals() throws Exception {
runTest("compiler/testData/codegen/box/fir/flexibleIntegerLiterals.kt");
}
@TestMetadata("SuspendExtension.kt")
public void ignoreSuspendExtension() throws Exception {
runTest("compiler/testData/codegen/box/fir/SuspendExtension.kt");