[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:
committed by
Space Team
parent
885ba11d97
commit
973e337bf5
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user