K2: add reproduction for KT-59514

This commit is contained in:
Mikhail Glukhikh
2023-09-21 16:18:22 +02:00
committed by Space Team
parent 4e89dcf031
commit d4ec088afe
9 changed files with 375 additions and 0 deletions
@@ -684,6 +684,12 @@ public class FirPsiOldFrontendForeignAnnotationsCompiledJavaTestGenerated extend
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/IgnoreAnnotations.kt");
}
@Test
@TestMetadata("interconnectedGenerics.kt")
public void testInterconnectedGenerics() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/interconnectedGenerics.kt");
}
@Test
@TestMetadata("kt47396.kt")
public void testKt47396() throws Exception {
@@ -684,6 +684,12 @@ public class FirPsiOldFrontendForeignAnnotationsCompiledJavaWithPsiClassReadingT
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/IgnoreAnnotations.kt");
}
@Test
@TestMetadata("interconnectedGenerics.kt")
public void testInterconnectedGenerics() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/interconnectedGenerics.kt");
}
@Test
@TestMetadata("kt47396.kt")
public void testKt47396() throws Exception {
@@ -684,6 +684,12 @@ public class FirPsiOldFrontendForeignAnnotationsSourceJavaTestGenerated extends
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/IgnoreAnnotations.kt");
}
@Test
@TestMetadata("interconnectedGenerics.kt")
public void testInterconnectedGenerics() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/interconnectedGenerics.kt");
}
@Test
@TestMetadata("kt47396.kt")
public void testKt47396() throws Exception {