[Test] Add regression test for KT-65493

This commit is contained in:
Dmitriy Novozhilov
2024-02-22 10:04:59 +02:00
committed by Space Team
parent 35b172c40f
commit 6479b15e46
7 changed files with 123 additions and 0 deletions
@@ -2721,6 +2721,12 @@ public class FirLightTreeJvmIrTextTestGenerated extends AbstractFirLightTreeJvmI
public void testIntersectionWithMappedSignature() {
runTest("compiler/testData/ir/irText/fakeOverrides/intersectionWithMappedSignature.kt");
}
@Test
@TestMetadata("intersectionWithRawType.kt")
public void testIntersectionWithRawType() {
runTest("compiler/testData/ir/irText/fakeOverrides/intersectionWithRawType.kt");
}
}
@Nested
@@ -2721,6 +2721,12 @@ public class FirPsiJvmIrTextTestGenerated extends AbstractFirPsiJvmIrTextTest {
public void testIntersectionWithMappedSignature() {
runTest("compiler/testData/ir/irText/fakeOverrides/intersectionWithMappedSignature.kt");
}
@Test
@TestMetadata("intersectionWithRawType.kt")
public void testIntersectionWithRawType() {
runTest("compiler/testData/ir/irText/fakeOverrides/intersectionWithRawType.kt");
}
}
@Nested