blob: 52fdc865314f40ae25457034aa675dede50e3a86 [file]
object Obj {
val x = foo() // Obj
fun foo(): Int {
return 0 // Obj
}
}