// SIBLING: class MyClass { fun test(): Int { coFun() return coProp + 10 } default object { val coProp = 1 fun coFun() { } } }