TypeScript/tests/baselines/reference/templateStringInPropertyAssignment.symbols

8 lines
271 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringInPropertyAssignment.ts ===
var x = {
>x : Symbol(x, Decl(templateStringInPropertyAssignment.ts, 0, 3))
a: `abc${ 123 }def${ 456 }ghi`
>a : Symbol(a, Decl(templateStringInPropertyAssignment.ts, 0, 9))
}