blob: 09dddfe020d3d3aeaf027b5eecd1e521d40e44ae [file] [log] [blame]
// "Remove redundant assignment" "true"
fun test(n: Int) {
var i: Int
<caret>}