blob: 9edc8b6cb5cdabf2ff84f92bfd760c4f331102f5 [file] [log] [blame]
// "Change to var" "true"
val a = 4
fun bar() {
<caret>a = 5
}
/* IGNORE_FIR */