TypeScript/tests/cases/fourslash/renameJsPropertyAssignment2.ts
2019-06-13 12:41:21 -07:00

11 lines
301 B
TypeScript

/// <reference path='fourslash.ts'/>
// @allowJs: true
// @Filename: a.js
////class Minimatch {
////}
////[|Minimatch.[|{| "contextRangeIndex": 0 |}staticProperty|] = "string";|]
////console.log(Minimatch.[|staticProperty|]);
verify.rangesWithSameTextAreRenameLocations("staticProperty");