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

6 lines
248 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWithPropertyAccess.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))