blob: b4abb3b67e1441e0f697c76e0d01e163b49b11a1 [file] [log] [blame]
fun foo(x: Int, y: Int) {
if (x > y)
println(x)
}