[FIR] Enhance getter overrides based on overridden properties

The following tests are failing with exceptions and will be fixed in the
following commits

j+k/testKjkPropertyAndExtensionProperty.kt
j+k/testKjkImplicitReturnType.kt

#KT-62118 Fixed
This commit is contained in:
Kirill Rakhman
2024-02-28 10:41:14 +01:00
committed by Space Team
parent 885ba11d97
commit 973e337bf5
42 changed files with 1140 additions and 1008 deletions
@@ -22588,6 +22588,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/j+k/kt60580.kt");
}
@Test
@TestMetadata("kt62118.kt")
public void testKt62118() {
runTest("compiler/testData/diagnostics/tests/j+k/kt62118.kt");
}
@Test
@TestMetadata("kt62197.kt")
public void testKt62197() {
@@ -22588,6 +22588,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/j+k/kt60580.kt");
}
@Test
@TestMetadata("kt62118.kt")
public void testKt62118() {
runTest("compiler/testData/diagnostics/tests/j+k/kt62118.kt");
}
@Test
@TestMetadata("kt62197.kt")
public void testKt62197() {