[Test] Add regression test for KT-65493
This commit is contained in:
committed by
Space Team
parent
35b172c40f
commit
6479b15e46
+6
@@ -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
|
||||
|
||||
compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/ir/FirPsiJvmIrTextTestGenerated.java
Generated
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user