TypeScript/tests/baselines/reference/templateStringWithEmbeddedModuloES6.symbols

5 lines
185 B
Plaintext
Raw Normal View History

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