Skip to content

Commit 44e1140

Browse files
committed
Rename tests
1 parent 82b5655 commit 44e1140

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/// <reference path="fourslash.ts"/>
2+
// @allowJs: true
3+
// @Filename: a.js
4+
////const foo = {
5+
//// set: function (x) {
6+
//// this._x = x;
7+
//// },
8+
//// copy: function (/**/[|x|]) {
9+
//// this._x = [|x|].prop;
10+
//// }
11+
////};
12+
goTo.marker();
13+
verify.renameLocations(/*findInStrings*/ false, /*findInComments*/ false);

0 commit comments

Comments
 (0)