TypeScript/tests/baselines/reference/templateStringWithEmbeddedDivision.symbols

5 lines
183 B
Plaintext
Raw Normal View History

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