TypeScript/tests/cases/fourslash/breakpointValidationWith.ts

10 lines
225 B
TypeScript
Raw Normal View History

2014-10-21 04:07:18 +02:00
/// <reference path='fourslash.ts' />
// @BaselineFile: bpSpan_with.baseline
// @Filename: bpSpan_with.ts
////var obj: string;
////with (obj) {
//// x = 10;
////}
verify.baselineCurrentFileBreakpointLocations();