TypeScript/tests/cases/fourslash/getOccurrencesConst02.ts

14 lines
275 B
TypeScript
Raw Normal View History

2015-03-18 21:55:09 +01:00
/// <reference path='fourslash.ts' />
////module m {
//// declare [|const|] x;
//// declare [|const|] enum E {
//// }
////}
////
////declare [|const|] x;
////declare [|const|] enum E {
////}
goTo.eachRange(() => verify.occurrencesAtPositionCount(0));