[ULC] support repeatable annotation and container
^KTIJ-19318
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Two
|
||||
// STDLIB_JDK8
|
||||
// FULL_JDK
|
||||
|
||||
@JvmRepeatable(TwoContainer::class)
|
||||
annotation class Two(val name: String)
|
||||
annotation class TwoContainer(val value: Array<Two>)
|
||||
Reference in New Issue
Block a user