FIR2IR: add test for KT-57221
This commit is contained in:
committed by
Space Team
parent
758b0ab457
commit
43a0e7ecbd
+6
@@ -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 {
|
||||
|
||||
Generated
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user