FIR: make deeper recursive type alias expansion check (see KT-37000)

This commit is contained in:
Mikhail Glukhikh
2022-03-10 13:49:54 +03:00
committed by Space
parent c8237cb5e2
commit 6ecc97575d
7 changed files with 39 additions and 3 deletions
@@ -452,6 +452,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolve/recursiveCallOnWhenWithSealedClass.kt");
}
@Test
@TestMetadata("recursiveTypeAlias.kt")
public void testRecursiveTypeAlias() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/recursiveTypeAlias.kt");
}
@Test
@TestMetadata("sealedClass.kt")
public void testSealedClass() throws Exception {