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