[Test] Reproduce KT-65302

This commit is contained in:
Dmitriy Novozhilov
2024-02-16 09:43:58 +02:00
committed by Space Team
parent 3c86a4f9df
commit da567e54b9
10 changed files with 945 additions and 0 deletions
@@ -2692,6 +2692,12 @@ public class ClassicJvmIrTextTestGenerated extends AbstractClassicJvmIrTextTest
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/fakeOverrides"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("annotatedTypeParameter.kt")
public void testAnnotatedTypeParameter() {
runTest("compiler/testData/ir/irText/fakeOverrides/annotatedTypeParameter.kt");
}
@Test
@TestMetadata("fakeOverrideOfRaw.kt")
public void testFakeOverrideOfRaw() {