[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
+1
-1
@@ -14,7 +14,7 @@ annotation class B1 {
|
||||
}
|
||||
annotation class D1(val value: Array<B1>)
|
||||
|
||||
@Repeatable
|
||||
<!REDUNDANT_REPEATABLE_ANNOTATION!>@Repeatable<!>
|
||||
@java.lang.annotation.Repeatable(D2::class)
|
||||
annotation class B2 {
|
||||
class Container
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ annotation class B1 {
|
||||
}
|
||||
annotation class D1(val value: Array<B1>)
|
||||
|
||||
@Repeatable
|
||||
<!REDUNDANT_REPEATABLE_ANNOTATION!>@Repeatable<!>
|
||||
@java.lang.annotation.Repeatable(D2::class)
|
||||
annotation class B2 {
|
||||
class Container
|
||||
|
||||
Reference in New Issue
Block a user