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