6 lines
71 B
Kotlin
Vendored
6 lines
71 B
Kotlin
Vendored
// "Change to var" "true"
|
|
fun foo() {
|
|
val a = 1
|
|
<caret>a = 3
|
|
}
|