fun foo() { val a = 1 if (a > 0) { val b = 0 println(b) } }