TypeScript/tests/cases/fourslash/renameJsSpecialAssignmentRhs1.ts
2017-03-01 08:45:41 -08:00

14 lines
276 B
TypeScript

/// <reference path="fourslash.ts"/>
// @allowJs: true
// @Filename: a.js
////const foo = {
//// set: function (x) {
//// this._x = x;
//// },
//// copy: function ([|x|]) {
//// this._x = [|x|].prop;
//// }
////};
verify.rangesAreRenameLocations();