// SIBLING: fun foo() { val a: Int val b = 10 val c: Int a = 1 c = 2 println(a + b + c) }