// SIBLING: fun foo(a: Int): Int { class A { val bar: Int = a + 10 } return A().bar }