FIR: Use platform specific overridability rules for platform members

^KT-54570 Fixed
This commit is contained in:
Denis.Zharkov
2022-10-21 17:57:24 +02:00
committed by Space Team
parent 1e368bcd86
commit 52eb535a7d
11 changed files with 154 additions and 8 deletions
@@ -24265,6 +24265,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/simple.kt");
}
@Test
@TestMetadata("smartCastToClassWithRawSupertype.kt")
public void testSmartCastToClassWithRawSupertype() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/smartCastToClassWithRawSupertype.kt");
}
@Test
@TestMetadata("starProjectionToRaw.kt")
public void testStarProjectionToRaw() throws Exception {