[FE 1.0] Report errors on cycles in annotation parameter types
^KT-47932 ^KT-50753 Fixed
This commit is contained in:
committed by
teamcity
parent
139a800ff7
commit
e9ac24dc33
Generated
+12
@@ -1169,6 +1169,18 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/ConstructorCallAllowed.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("cycleInParameters_after.kt")
|
||||
public void testCycleInParameters_after() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/cycleInParameters_after.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("cycleInParameters_before.kt")
|
||||
public void testCycleInParameters_before() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/cycleInParameters_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("DanglingInScript.kts")
|
||||
public void testDanglingInScript() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user