We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d93b76 commit 74805c2Copy full SHA for 74805c2
1 file changed
tests/cases/fourslash/documentHighlightsInvalidModifierLocations.ts
@@ -6,5 +6,5 @@
6
////function f([|readonly|] p) {}
7
8
for (const r of test.ranges()) {
9
- verify.documentHighlightsOf(r, [r]);
+ verify.documentHighlightsOf(r, test.ranges());
10
}
0 commit comments