FIR: Use platform specific overridability rules for platform members
^KT-54570 Fixed
This commit is contained in:
committed by
Space Team
parent
1e368bcd86
commit
52eb535a7d
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user