Don't apply Java defaulting nullability annotations rules to unbounded wildcards
^KT-47396 Fixed
This commit is contained in:
committed by
teamcityserver
parent
99491014e4
commit
f9cb0d61a8
+6
@@ -654,6 +654,12 @@ public class ForeignAnnotationsCompiledJavaTestGenerated extends AbstractForeign
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/IgnoreAnnotations.fir.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47396.kt")
|
||||
public void testKt47396() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/kt47396.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47422.kt")
|
||||
public void testKt47422() throws Exception {
|
||||
|
||||
+6
@@ -654,6 +654,12 @@ public class ForeignAnnotationsCompiledJavaWithPsiClassReadingTestGenerated exte
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/IgnoreAnnotations.fir.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47396.kt")
|
||||
public void testKt47396() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/kt47396.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47422.kt")
|
||||
public void testKt47422() throws Exception {
|
||||
|
||||
+6
@@ -654,6 +654,12 @@ public class ForeignAnnotationsSourceJavaTestGenerated extends AbstractForeignAn
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/IgnoreAnnotations.fir.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47396.kt")
|
||||
public void testKt47396() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/java8Tests/jspecify/strictMode/kt47396.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47422.kt")
|
||||
public void testKt47422() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user