# Pastebin Ub13FBLx ```js function tag(record, refs) { assert(typeof record.foo === 'symbol'); assert(refs instanceof RefCollection) assert(ref.deref(record.foo) === object); return /* anything... */; } const result = tag#{ foo: object }; ```