blob: b43eab610486195b68c3170d6cfb6323387714f7 [file] [log] [blame]
// "Replace '@JvmField' with 'const'" "false"
// WITH_RUNTIME
// ERROR: This annotation is not applicable to target 'top level property without backing field or delegate'
// ACTION: Make internal
// ACTION: Make private
// ACTION: Remove explicit type specification
<caret>@JvmField val number: Int
get() = 42