blob: ffda8c49743320172d16d38794a980f5b5e2c153 [file] [log] [blame]
// "Make variable mutable" "true"
fun foo() {
val a = 1
<caret>a = 3
}