mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
7 lines
257 B
Kotlin
Vendored
7 lines
257 B
Kotlin
Vendored
// "Replace '@JvmField' with 'const'" "false"
|
|
// WITH_RUNTIME
|
|
// ERROR: JvmField has no effect on a private property
|
|
// ACTION: Make internal
|
|
// ACTION: Make public
|
|
// ACTION: Remove explicit type specification
|
|
<caret>@JvmField private val number: Int? = 42 |