Skip to content

Commit c781492

Browse files
committed
Add comments to bool params
1 parent 81821ac commit c781492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/jsxSpreadReference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ goTo.definition();
2222
verify.caretAtMarker('dst');
2323

2424
goTo.marker('src');
25-
verify.renameLocations(false, false);
25+
verify.renameLocations(/*findInStrings*/ false, /*findInComments*/ false);

0 commit comments

Comments
 (0)