TypeScript/tests/baselines/reference/templateStringWithEmbeddedTypeOfOperatorES6.symbols

5 lines
207 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedTypeOfOperatorES6.ts ===
var x = `abc${ typeof "hi" }def`;
>x : Symbol(x, Decl(templateStringWithEmbeddedTypeOfOperatorES6.ts, 0, 3))