[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:
committed by
Space Team
parent
6117cdc0c3
commit
b6f950ed75
Generated
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user