Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
AnnotationJvmRepeatable.kt
blob: f3cbe2b2e050dc0a5e4be1a3b667582820aee740 [
file
]
// Two
// STDLIB_JDK8
// FULL_JDK
@JvmRepeatable
(
TwoContainer
::
class
)
annotation
class
Two
(
val name
:
String
)
annotation
class
TwoContainer
(
val value
:
Array
<
Two
>)
// COMPILATION_ERRORS