blob: eeb88bdc504dae954fd6c6c6bb71ec661265c001 [file] [log] [blame]
// OPTION: 1
fun foo(n: Int): Int {
<caret>println("> 0")
n + 10
return n
}