FIR: Preserve K1 behavior for synthetic properties on raw type

^KT-54502 Fixed
This commit is contained in:
Denis.Zharkov
2022-10-20 13:05:25 +02:00
committed by Space Team
parent 7b15b28ee2
commit c0e0900344
7 changed files with 88 additions and 2 deletions
@@ -24223,6 +24223,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/rawTypeInUpperBound.kt");
}
@Test
@TestMetadata("rawTypeSyntheticExtensions.kt")
public void testRawTypeSyntheticExtensions() throws Exception {
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/rawTypeSyntheticExtensions.kt");
}
@Test
@TestMetadata("rawWithInProjection.kt")
public void testRawWithInProjection() throws Exception {