[FIR] Fix flattening of substitution overrides of intersection overrides for subsumed check

#KT-65555 Fixed
This commit is contained in:
Kirill Rakhman
2024-02-14 11:49:36 +01:00
committed by Space Team
parent 3994e3f63a
commit 879cdd5952
7 changed files with 39 additions and 1 deletions
@@ -29157,6 +29157,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/override/clashesOnInheritance/kt13355viaJava.kt");
}
@Test
@TestMetadata("kt65555.kt")
public void testKt65555() throws Exception {
runTest("compiler/testData/diagnostics/tests/override/clashesOnInheritance/kt65555.kt");
}
@Test
@TestMetadata("kt9550.kt")
public void testKt9550() throws Exception {
@@ -29157,6 +29157,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/override/clashesOnInheritance/kt13355viaJava.kt");
}
@Test
@TestMetadata("kt65555.kt")
public void testKt65555() throws Exception {
runTest("compiler/testData/diagnostics/tests/override/clashesOnInheritance/kt65555.kt");
}
@Test
@TestMetadata("kt9550.kt")
public void testKt9550() throws Exception {