K2: add reproduction for KT-59514
This commit is contained in:
committed by
Space Team
parent
4e89dcf031
commit
d4ec088afe
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user