TypeScript/tests/cases/conformance/es6/templates/taggedTemplateWithConstructableTag01.ts
Daniel Rosenwasser 0f83fc130e Added tests.
2016-08-22 23:10:05 -07:00

3 lines
44 B
TypeScript

class CtorTag { }
CtorTag `Hello world!`;