TypeScript/tests/baselines/reference/templateStringInWhile.types
2014-10-23 15:06:05 -07:00

5 lines
220 B
Plaintext

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