fun foo(n: Int) { val x = if (n > 0) "> 0" else "<= 0" }