TypeScript/tests/baselines/reference/templateStringInTypeOf.types

6 lines
157 B
Text
Raw Normal View History

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