[FE] Detect recursion when typealias referenced as annotation in its RHS
#KT-14612 Fixed
This commit is contained in:
Generated
+6
@@ -28839,6 +28839,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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