Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
AnnotationKotlinAndJvmRepeatable.kt
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