Files
kotlin-fork/idea/testData/quickfix/variables/changeMutability/canBeVal/const.kt
T

4 lines
74 B
Kotlin
Vendored

// "Change to val" "true"
object Test {
<caret>const var foo = "123"
}