FIR: Fix exception on remaining flexible ILT in lambda
^KT-49191 Related
This commit is contained in:
committed by
TeamCityServer
parent
bbc93d597a
commit
10c5d987d7
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user