5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
// "Remove variable 'flag'" "true"
|
|
|
|
fun foo() {
|
|
val <caret>flag = true
|
|
} |