Files
kotlin-fork/idea/testData/intentions/addConstModifier/removeJvmStatic.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
61 B
Kotlin
Vendored

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