Files
kotlin-fork/idea/testData/intentions/addConstModifier/removeJvmField.kt
T
Kirill Rakhman 5948b69679 AddConstModifierIntention: handle more edge cases #KT-13173 Fixed
(cherry picked from commit 4755596)
2016-07-22 18:07:14 +03:00

5 lines
60 B
Kotlin
Vendored

// WITH_RUNTIME
object O {
@JvmField val <caret>a = 1
}