TypeScript/tests/baselines/reference/templateStringWithEmbeddedTypeOfOperator.types

6 lines
164 B
Plaintext
Raw Normal View History

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