FIR: Support overrides of generic-typed members with raw-typed ones

^KT-49070 Fixed
This commit is contained in:
Denis.Zharkov
2021-10-20 10:56:21 +03:00
committed by TeamCityServer
parent a0a57581ec
commit 4ad5f01324
7 changed files with 81 additions and 14 deletions
@@ -17215,6 +17215,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/j+k/protectedStaticSamePackage.kt");
}
@Test
@TestMetadata("rawOverride.kt")
public void testRawOverride() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/rawOverride.kt");
}
@Test
@TestMetadata("recursionWithJavaSyntheticProperty.kt")
public void testRecursionWithJavaSyntheticProperty() throws Exception {