blob: 60b7e99ac41e47a6f5349a54594508338ba10b85 [file]
// Two
// STDLIB_JDK8
// FULL_JDK
@Repeatable
@JvmRepeatable(TwoContainer::class)
annotation class Two(val name: String)
annotation class TwoContainer(val value: Array<Two>)
// COMPILATION_ERRORS