FIR: Adjust override checker to definitely-not-nullable types
^KT-52201 Related
This commit is contained in:
+6
@@ -18374,6 +18374,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/OverrideVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideWithErasure.kt")
|
||||
public void testOverrideWithErasure() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/overrideWithErasure.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideWithSamAndTypeParameter.kt")
|
||||
public void testOverrideWithSamAndTypeParameter() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user