fun foo(x: Int?) { if (x != null) { println(x) } }