7 lines
68 B
Kotlin
Vendored
7 lines
68 B
Kotlin
Vendored
// "Change to var" "true"
|
|
val a = 4
|
|
|
|
fun bar() {
|
|
<caret>a = 5
|
|
}
|