Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
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