TypeScript/tests/cases/fourslash/renameJsPropertyAssignment3.ts

11 lines
284 B
TypeScript
Raw Normal View History

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