Check type parameter bounds by java nullability annotations not only in basic resolution context
^KT-47920 Fixed
This commit is contained in:
committed by
teamcityserver
parent
20d50cfee7
commit
c5d783596d
+6
@@ -80,6 +80,12 @@ public class ForeignAnnotationsCompiledJavaTestGenerated extends AbstractForeign
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/irrelevantQualifierNicknames.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47920.kt")
|
||||
public void testKt47920() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lombokSimple.kt")
|
||||
public void testLombokSimple() throws Exception {
|
||||
|
||||
+6
@@ -80,6 +80,12 @@ public class ForeignAnnotationsCompiledJavaWithPsiClassReadingTestGenerated exte
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/irrelevantQualifierNicknames.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47920.kt")
|
||||
public void testKt47920() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lombokSimple.kt")
|
||||
public void testLombokSimple() throws Exception {
|
||||
|
||||
+6
@@ -80,6 +80,12 @@ public class ForeignAnnotationsSourceJavaTestGenerated extends AbstractForeignAn
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/irrelevantQualifierNicknames.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47920.kt")
|
||||
public void testKt47920() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lombokSimple.kt")
|
||||
public void testLombokSimple() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user