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