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