Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
AnnotationKotlinAndJvmRepeatable.kt
blob: 764be2eb9960f76f9c63eac139cc2db6aaee3a42 [
file
] [
log
] [
blame
]
// Two
// WITH_STDLIB
// STDLIB_JDK8
// FULL_JDK
// LIBRARY_PLATFORMS: JVM
@Repeatable
@JvmRepeatable
(
TwoContainer
::
class
)
annotation
class
Two
(
val name
:
String
)
annotation
class
TwoContainer
(
val value
:
Array
<
Two
>)