[IR] Use resolveFakeOverrideMaybeAbstract instead of resolveFakeOverride in hasStableParameterNames
Well, the resolved fake-override can be ABSTRACT ^KT-64045 Fixed
This commit is contained in:
+12
@@ -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 {
|
||||
|
||||
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user