TypeScript/tests/cases/fourslash/getOccurrencesStringLiterals.ts

7 lines
176 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
////var x = "[|string|]";
////function f(a = "[|initial value|]") { }
goTo.eachRange(() => verify.occurrencesAtPositionCount(1));