// WITH_RUNTIME // SIBLING: fun foo() { val a = 1 var b = 2 println(a + b) }