FIR: Adjust override checker to definitely-not-nullable types

^KT-52201 Related
This commit is contained in:
Denis.Zharkov
2022-04-27 10:05:16 +03:00
committed by teamcity
parent 21b86123e8
commit c766f20554
8 changed files with 67 additions and 10 deletions
@@ -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 {