TypeScript/tests/baselines/reference/templateStringWithEmbeddedMultiplication.symbols

5 lines
195 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedMultiplication.ts ===
var x = `abc${ 7 * 6 }def`;
>x : Symbol(x, Decl(templateStringWithEmbeddedMultiplication.ts, 0, 3))