blob: f000453ed769ae93da01ff981487cf859257d75c [file] [log] [blame]
// "Remove variable 'i'" "true"
fun foo() {
val <caret>i: Int? = null
}