Files
kotlin-fork/idea/testData/quickfix/addAnnotationTarget/use-site_field_toplevel.kt
T
2018-03-22 10:30:46 +03:00

7 lines
95 B
Kotlin
Vendored

// "Add annotation target" "true"
@Target
annotation class Ann
@field:Ann<caret>
var foo = ""