TypeScript/tests/baselines/reference/doWhileLoop.types
2015-04-13 14:29:37 -07:00

8 lines
147 B
Plaintext

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