[IR] Use resolveFakeOverrideMaybeAbstract instead of resolveFakeOverride in hasStableParameterNames

Well, the resolved fake-override can be ABSTRACT

^KT-64045 Fixed
This commit is contained in:
Nikita Bobko
2023-12-07 13:53:52 +01:00
committed by Space Team
parent fb00c1dfb6
commit 599998039e
8 changed files with 95 additions and 1 deletions
@@ -24484,6 +24484,18 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/multiplatform/kt63860_2.kt");
}
@Test
@TestMetadata("kt64045.kt")
public void testKt64045() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/kt64045.kt");
}
@Test
@TestMetadata("kt64045_2.kt")
public void testKt64045_2() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/kt64045_2.kt");
}
@Test
@TestMetadata("kt64166.kt")
public void testKt64166() throws Exception {
@@ -24484,6 +24484,18 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/multiplatform/kt63860_2.kt");
}
@Test
@TestMetadata("kt64045.kt")
public void testKt64045() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/kt64045.kt");
}
@Test
@TestMetadata("kt64045_2.kt")
public void testKt64045_2() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/kt64045_2.kt");
}
@Test
@TestMetadata("kt64166.kt")
public void testKt64166() throws Exception {