FIR2IR: add test for KT-57221

This commit is contained in:
Mikhail Glukhikh
2023-03-14 16:52:00 +01:00
committed by Space Team
parent 758b0ab457
commit 43a0e7ecbd
7 changed files with 96 additions and 0 deletions
@@ -2552,6 +2552,12 @@ public class FirLightTreeIrTextTestGenerated extends AbstractFirLightTreeIrTextT
runTest("compiler/testData/ir/irText/firProblems/AnnotationLoader.kt");
}
@Test
@TestMetadata("AnonymousAsReturnOfGenericFunction.kt")
public void testAnonymousAsReturnOfGenericFunction() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/AnonymousAsReturnOfGenericFunction.kt");
}
@Test
@TestMetadata("ArrayListOverrides.kt")
public void testArrayListOverrides() throws Exception {
@@ -2552,6 +2552,12 @@ public class FirPsiIrTextTestGenerated extends AbstractFirPsiIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/AnnotationLoader.kt");
}
@Test
@TestMetadata("AnonymousAsReturnOfGenericFunction.kt")
public void testAnonymousAsReturnOfGenericFunction() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/AnonymousAsReturnOfGenericFunction.kt");
}
@Test
@TestMetadata("ArrayListOverrides.kt")
public void testArrayListOverrides() throws Exception {