TypeScript/tests/baselines/reference/templateStringInTypeAssertion.types

6 lines
154 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringInTypeAssertion.ts ===
var x = <any>`abc${ 123 }def`;
>x : any
><any>`abc${ 123 }def` : any