blob: 05f8e08526321be67b0240b2350504a7ad65e4d2 [file] [log] [blame]
// Two
// FULL_JDK
@java.lang.annotation.Repeatable(TwoContainer::class)
annotation class Two(val name: String)
annotation class TwoContainer(val value: Array<Two>)