=== tests/cases/conformance/statements/continueStatements/doWhileContinueStatements.ts === do { continue; } while(true) >true : boolean ONE: >ONE : any do { continue ONE; >ONE : any } while (true) >true : boolean TWO: >TWO : any THREE: >THREE : any do { continue THREE; >THREE : any }while (true) >true : boolean FOUR: >FOUR : any do { FIVE: >FIVE : any do { continue FOUR; >FOUR : any }while (true) >true : boolean }while (true) >true : boolean do { SIX: >SIX : any do continue SIX; while(true) >SIX : any >true : boolean }while (true) >true : boolean SEVEN: >SEVEN : any do do do continue SEVEN; while (true) while (true) while (true) >SEVEN : any >true : boolean >true : boolean >true : boolean EIGHT: >EIGHT : any do{ var fn = function () { } >fn : () => void, Symbol(fn, Decl(doWhileContinueStatements.ts, 34, 7)) >function () { } : () => void continue EIGHT; >EIGHT : any }while(true) >true : boolean