TypeScript/tests/cases/fourslash/renameJsSpecialAssignmentRhs2.ts

14 lines
276 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts"/>
// @allowJs: true
// @Filename: a.js
////const foo = {
//// set: function (x) {
//// this._x = x;
//// },
//// copy: function ([|x|]) {
2017-02-24 23:53:35 +01:00
//// this._x = [|x|].prop;
//// }
////};
verify.rangesAreRenameLocations();