TypeScript/tests/baselines/reference/doWhileLoop.symbols

6 lines
122 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/doWhileLoop.ts ===
do { } while (false);
var n;
>n : Symbol(n, Decl(doWhileLoop.ts, 1, 3))