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