TypeScript/tests/cases/fourslash/getOccurrencesConst02.ts
2015-03-18 13:55:09 -07:00

16 lines
No EOL
327 B
TypeScript

/// <reference path='fourslash.ts' />
////module m {
//// declare [|const|] x;
//// declare [|const|] enum E {
//// }
////}
////
////declare [|const|] x;
////declare [|const|] enum E {
////}
test.ranges().forEach(range => {
goTo.position(range.start);
verify.occurrencesAtPositionCount(0);
});