blob: 42b5f870d8b665fa9399c61da898839333d82ef9 [file]
// Two
// FULL_JDK
// LIBRARY_PLATFORMS: JVM
@java.lang.annotation.Repeatable(TwoContainer::class)
annotation class Two(val name: String)
annotation class TwoContainer(val value: Array<Two>)