TypeScript/tests/cases/fourslash/getOccurrencesReadonly1.ts
Andrew Branch e82d0af554
Fix readonly occurrences highlighting (#32583)
* Fix readonly occurrences highlighting

* Rename function

* Rename again

* Apply suggestions from code review

Remove unused function
2019-08-02 18:24:46 -07:00

8 lines
133 B
TypeScript

/// <reference path="fourslash.ts" />
////interface I {
//// [|readonly|] prop: string;
////}
verify.rangesAreOccurrences(false);