Don't apply Java defaulting nullability annotations rules to unbounded wildcards

^KT-47396 Fixed
This commit is contained in:
Victor Petukhov
2021-07-19 16:26:25 +03:00
committed by teamcityserver
parent 99491014e4
commit f9cb0d61a8
14 changed files with 69 additions and 13 deletions
@@ -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 {
@@ -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 {
@@ -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 {