4 lines
74 B
Kotlin
Vendored
4 lines
74 B
Kotlin
Vendored
// "Change to val" "true"
|
|
object Test {
|
|
<caret>const var foo = "123"
|
|
} |