TypeScript/tests/cases/fourslash/getOccurrencesThrow7.ts
2017-01-18 13:55:31 -08:00

23 lines
362 B
TypeScript

/// <reference path='fourslash.ts' />
////try {
//// [|throw|] 10;
////
//// try {
//// throw 10;
//// }
//// catch (x) {
//// [|throw|] 10;
//// }
//// finally {
//// [|throw|] 10;
//// }
////}
////finally {
//// [|throw|] 10;
////}
////
////[|throw|] 10;
verify.rangesAreOccurrences(false);