[Test] Reproduce KT-65302
This commit is contained in:
committed by
Space Team
parent
3c86a4f9df
commit
da567e54b9
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user