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