TypeScript/tests/cases/fourslash/breakpointValidationWhile.ts
2014-10-20 23:05:44 -07:00

22 lines
428 B
TypeScript

/// <reference path='fourslash.ts' />
// @BaselineFile: bpSpan_while.baseline
// @Filename: bpSpan_while.ts
////var a = 10;
////while (a == 10) {
//// a++;
////}
////while (a == 10)
////{
//// a++;
////}
////while (a == 10) a++;
////while (a == 10)
//// a++;
////while ((function () {
//// return 30 * a;
////})() !== a) {
//// a--;
////}
verify.baselineCurrentFileBreakpointLocations();