blob: 7b6f54d5da509ff69866beff33e2acf3d418ff90 [file]
// OPTION: 3
fun foo(n: Int): Int {
println("<= 0")
n - 10<caret>
return n
}