fun foo() { val a = 1 // SIBLING: if (a > 0) { fun b(): Int { return 0 } println(b()) } }