blob: f70074a738797594ac2fc947b4e7ad32f5328a28 [file] [log] [blame]
// OPTION: 1
fun foo(n: Int) {
var m = n
<caret>m--
println(m)
}