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

11 lines
241 B
TypeScript

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