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

5 lines
164 B
Plaintext

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