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

3 lines
44 B
TypeScript
Raw Normal View History

2016-08-23 08:10:05 +02:00
class CtorTag { }
CtorTag `Hello world!`;