TypeScript/tests/cases/fourslash/renameInheritedProperties5.ts

14 lines
299 B
TypeScript
Raw Normal View History

2016-01-08 12:34:43 +01:00
/// <reference path='fourslash.ts'/>
//// interface C extends D {
//// propC: number;
//// }
//// interface D extends C {
2019-06-13 21:25:02 +02:00
//// [|[|{| "contextRangeIndex": 0 |}propD|]: string;|]
2016-01-08 12:34:43 +01:00
//// }
//// var d: D;
//// d.[|propD|];
verify.rangesWithSameTextAreRenameLocations("propD");