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

15 lines
344 B
TypeScript

/// <reference path='fourslash.ts'/>
//// class C implements D {
//// [|[|{| "contextRangeIndex": 0 |}prop1|]: string;|]
//// }
////
//// interface D extends C {
//// [|[|{| "contextRangeIndex": 2 |}prop1|]: string;|]
//// }
////
//// var c: C;
//// c.[|prop1|];
verify.rangesWithSameTextAreRenameLocations("prop1");