TypeScript/tests/cases/fourslash_old/breakpointValidationDo.ts
2014-07-12 17:30:19 -07:00

14 lines
No EOL
272 B
TypeScript

/// <reference path='fourslash.ts' />
// @BaselineFile: bpSpan_do.baseline
// @Filename: bpSpan_do.ts
////var i = 0;
////do
////{
//// i++;
////} while (i < 10);
////do {
//// i++;
////} while (i < 20);
verify.baselineCurrentFileBreakpointLocations();