Fix exception when reporting WRONG_TYPE_PARAMETER_NULLABILITY_FOR_JAVA_OVERRIDE
^KT-51979 Fixed
This commit is contained in:
+6
@@ -18717,6 +18717,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/types/constantStaticStringField.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noOverrideKeyword.kt")
|
||||
public void testNoOverrideKeyword() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/types/noOverrideKeyword.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notNullTypeParameterWithKotlinNullable.kt")
|
||||
public void testNotNullTypeParameterWithKotlinNullable() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user