[FIR] Check typealiases in supertypes

^KT-59830 Fixed

Merge-request: KT-MR-11187
Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
Nikolay Lunyak
2023-07-20 12:50:06 +00:00
committed by Space Team
parent 8a645e9c0a
commit 84dd1acec1
10 changed files with 51 additions and 19 deletions
@@ -339,6 +339,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/fileDependencyRecursion.kt");
}
@Test
@TestMetadata("finalSupertype.kt")
public void testFinalSupertype() throws Exception {
runTest("compiler/testData/diagnostics/tests/finalSupertype.kt");
}
@Test
@TestMetadata("ForRangeConventions.kt")
public void testForRangeConventions() throws Exception {
@@ -339,6 +339,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/fileDependencyRecursion.kt");
}
@Test
@TestMetadata("finalSupertype.kt")
public void testFinalSupertype() throws Exception {
runTest("compiler/testData/diagnostics/tests/finalSupertype.kt");
}
@Test
@TestMetadata("ForRangeConventions.kt")
public void testForRangeConventions() throws Exception {