[FE] Detect recursion when typealias referenced as annotation in its RHS
#KT-14612 Fixed
This commit is contained in:
+6
@@ -28743,6 +28743,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/kt14518.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt14612.kt")
|
||||
public void testKt14612() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/kt14612.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt14641.kt")
|
||||
public void testKt14641() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user