blob: 99ea80b9799ef9ee07221aaf34fd79b49b1db2a0 [file]
// Two
// WITH_STDLIB
// STDLIB_JDK8
// FULL_JDK
@JvmRepeatable(TwoContainer::class)
annotation class Two(val name: String)
annotation class TwoContainer(val value: Array<Two>)