// "Import" "true" package p import p.T.Companion.foobar class T { companion object { val T.foobar get = 10 } } fun usage(t: T) { t.foobar }