[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:
committed by
Space Team
parent
8a645e9c0a
commit
84dd1acec1
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user