FIR: Preserve K1 behavior for synthetic properties on raw type
^KT-54502 Fixed
This commit is contained in:
committed by
Space Team
parent
7b15b28ee2
commit
c0e0900344
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user