Files
kotlin-fork/compiler/testData/psi/annotation/targeted/onField/manyInOneAnnotationBlock.kt
T
2015-08-31 15:07:15 +03:00

6 lines
66 B
Kotlin
Vendored

class A {
@field:[first second third]
val a = "String"
}