blob: d0569f2238d491e689f5973d677aedc46b8b08c3 [file] [log] [blame]
// "Remove redundant assignment" "true"
fun foo() = 1
fun test() {
var i: Int
<caret>foo()
}