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

5 lines
243 B
Text

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