mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
10 lines
279 B
Kotlin
Vendored
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
|