Files
kotlin/idea/testData/quickfix/addAnnotationTarget/fromLib.kt

10 lines
279 B
Kotlin
Vendored

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