TypeScript/tests/cases/conformance/es6/templates/taggedTemplateUntypedTagCall01.ts
2016-08-22 23:24:13 -07:00

2 lines
39 B
TypeScript

var tag: Function;
tag `Hello world!`;