51af18608f
Related to KT-17164
7 lines
144 B
Kotlin
Vendored
7 lines
144 B
Kotlin
Vendored
// LANGUAGE_VERSION: 1.2
|
|
|
|
annotation class Some(val strings: Array<String>)
|
|
|
|
@Some(strings = <caret>arrayOf("alpha", "beta", "omega"))
|
|
class My
|