c65e246e02
#KT-27138 Fixed
10 lines
297 B
Kotlin
Vendored
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
|