TypeScript/tests/cases/fourslash/renameJsPropertyAssignment2.ts

11 lines
301 B
TypeScript
Raw Normal View History

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