TypeScript/tests/cases/fourslash/getOccurrencesReadonly2.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
130 B
TypeScript

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