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