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

18 lines
310 B
TypeScript

/// <reference path='fourslash.ts' />
////[|throw|] 100;
////
////try {
//// throw 0;
//// var x = () => { throw 0; };
////}
////catch (y) {
//// var x = () => { throw 0; };
//// [|throw|] 200;
////}
////finally {
//// [|throw|] 300;
////}
verify.rangesAreOccurrences(false);