blob: 768f372907e6c277bb2bf56b731c773747a457c9 [file]
// "Remove redundant assignment" "true"
fun test(n: Int) {
var i: Int
<caret>i = n
}