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