Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
AnnotationKotlinAndJvmRepeatable.kt
blob: 988e2005823fe84bb9116dea6100b25b642df88c [
file
]
// Two
// WITH_STDLIB
// STDLIB_JDK8
// FULL_JDK
@Repeatable
@JvmRepeatable
(
TwoContainer
::
class
)
annotation
class
Two
(
val name
:
String
)
annotation
class
TwoContainer
(
val value
:
Array
<
Two
>)