TypeScript/tests/cases/fourslash/renameStringPropertyNames.ts

16 lines
316 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
////var o = {
2019-06-13 21:25:02 +02:00
//// [|[|{| "contextRangeIndex": 0 |}prop|]: 0|]
////};
////
////o = {
2019-06-13 21:25:02 +02:00
//// [|"[|{| "contextRangeIndex": 2 |}prop|]": 1|]
////};
////
////o["[|prop|]"];
////o['[|prop|]'];
////o.[|prop|];
verify.rangesWithSameTextAreRenameLocations("prop");