TypeScript/tests/baselines/reference/templateStringInTypeOfES6.types
2014-10-23 15:06:05 -07:00

6 lines
160 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringInTypeOfES6.ts ===
var x = typeof `abc${ 123 }def`;
>x : string
>typeof `abc${ 123 }def` : string