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

6 lines
251 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWithPropertyAccessES6.ts ===
`abc${0}abc`.indexOf(`abc`);
>`abc${0}abc`.indexOf : Symbol(String.indexOf, Decl(lib.d.ts, 297, 41))
>indexOf : Symbol(String.indexOf, Decl(lib.d.ts, 297, 41))