TypeScript/tests/baselines/reference/templateStringInWhileES6.types

5 lines
223 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringInWhileES6.ts ===
while (`abc${0}abc`) {
No type information for this code. `def${1}def`;
No type information for this code.}
No type information for this code.