TypeScript/tests/cases/conformance/es6/templates/taggedTemplateStringsWithTagNamedDeclareES6.ts
2015-06-04 14:20:14 -07:00

6 lines
96 B
TypeScript

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