Files
kotlin-fork/idea/testData/quickfix/addAnnotationTarget/fromLib.kt
T
Mikhail Glukhikh e937a350fe Fix broken QF tests
2018-03-23 14:57:33 +03:00

11 lines
321 B
Kotlin
Vendored

// "Add annotation target" "false"
// WITH_RUNTIME
// ACTION: Make internal
// ACTION: Make private
// 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