Files
kotlin-fork/idea/testData/quickfix/addAnnotationTarget/fromLib.kt
T
2018-10-11 17:20:13 +03:00

10 lines
297 B
Kotlin
Vendored

// "Add annotation target" "false"
// WITH_RUNTIME
// ACTION: Make internal
// ACTION: Specify type explicitly
// ACTION: Add use-site target 'property'
// ERROR: This annotation is not applicable to target 'top level property without backing field or delegate'
<caret>@JvmField
val x get() = 42