Rename tests

This commit is contained in:
Nathan Shively-Sanders 2017-02-24 14:53:35 -08:00
parent 82b5655e66
commit 44e1140cf6
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,13 @@
/// <reference path="fourslash.ts"/>
// @allowJs: true
// @Filename: a.js
////const foo = {
//// set: function (x) {
//// this._x = x;
//// },
//// copy: function (/**/[|x|]) {
//// this._x = [|x|].prop;
//// }
////};
goTo.marker();
verify.renameLocations(/*findInStrings*/ false, /*findInComments*/ false);