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

6 lines
82 B
TypeScript

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