blob: 500ac7a0a34f0448c5e8906dae638d434c3b8b67 [file] [log] [blame]
// "Remove variable 'flag'" "true"
fun foo() {
val <caret>flag = true
}