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

14 lines
299 B
TypeScript

/// <reference path='fourslash.ts'/>
//// interface C extends D {
//// propC: number;
//// }
//// interface D extends C {
//// [|[|{| "contextRangeIndex": 0 |}propD|]: string;|]
//// }
//// var d: D;
//// d.[|propD|];
verify.rangesWithSameTextAreRenameLocations("propD");