Files
kotlin-fork/compiler/testData/psi/annotation/targeted/onField/simpleFieldAnnotation.kt
T
2015-09-04 18:19:31 +03:00

6 lines
56 B
Kotlin
Vendored

class A {
@field:Deprecated
val a = "String"
}