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

10 lines
197 B
TypeScript

/// <reference path='fourslash.ts' />
////var aa = 1;
//// try {} catch(/*catchVariable1*/
//// try {} catch(a/*catchVariable2*/
goTo.eachMarker(() => verify.completionListIsEmpty());