package foo fun foobar() { } val v = 22 class G { fun oo() = "" val og = 11 companion object { fun dg() = "22" val dv = 12 } }