Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
06ab8cc69e303e70578de24dd9a1cf4ebafff93a
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
AnnotationJvmRepeatable.kt
blob: a6d022f114d6db398ac7b407f3420cfdc24e4a71 [
file
]
// Two
// WITH_STDLIB
// STDLIB_JDK8
// FULL_JDK
// LIBRARY_PLATFORMS: JVM
@JvmRepeatable
(
TwoContainer
::
class
)
annotation
class
Two
(
val name
:
String
)
annotation
class
TwoContainer
(
val value
:
Array
<
Two
>)