[FIR][FE 1.0] KT-47933: Warn about redundant @Repeatable

Merge-request: KT-MR-7318
Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
Nikolay Lunyak
2022-10-07 13:33:49 +00:00
committed by Space Team
parent 6117cdc0c3
commit b6f950ed75
26 changed files with 220 additions and 12 deletions
@@ -34956,6 +34956,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/testsWithStdLib/annotations/JvmSyntheticOnDelegate.kt");
}
@Test
@TestMetadata("multipleRepeatables.kt")
public void testMultipleRepeatables() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/annotations/multipleRepeatables.kt");
}
@Test
@TestMetadata("qualifiedCallValue.kt")
public void testQualifiedCallValue() throws Exception {