Sign in
webkit
/
WebKit
/
9edd55c4d13dec18123c6d37960dacff7e989f73
/
.
/
JSTests
/
modules
/
tagged-template-inside-module
/
other-tagged-templates.js
blob: 5d167a3087e7501e7231bc23241f1de4b509d57e [
file
] [
log
] [
blame
]
function
call
(
site
)
{
return
site
;
}
export
function
otherTaggedTemplates
()
{
return
call
`
Cocoa
`;
}