TypeScript/tests/cases/conformance/es6/templates/taggedTemplateStringsWithTagNamedDeclare.ts

6 lines
82 B
TypeScript
Raw Normal View History


function declare(x: any, ...ys: any[]) {
}
declare `Hello ${0} world!`;