Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
AnnotationJavaRepeatable.kt
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
>)