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

6 lines
63 B
Kotlin
Vendored

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