TypeScript/tests/baselines/reference/templateStringWithEmbeddedUnaryPlusES6.symbols
2015-04-15 16:44:20 -07:00

6 lines
249 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedUnaryPlusES6.ts ===
var x = `abc${ +Infinity }def`;
>x : Symbol(x, Decl(templateStringWithEmbeddedUnaryPlusES6.ts, 0, 3))
>Infinity : Symbol(Infinity, Decl(lib.d.ts, 22, 11))