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

11 lines
276 B
TypeScript

/// <reference path='fourslash.ts'/>
//// interface interface1 extends interface1 {
//// [|[|{| "contextRangeIndex": 0 |}doStuff|](): string;|]
//// }
////
//// var v: interface1;
//// v.[|doStuff|]();
verify.rangesWithSameTextAreRenameLocations("doStuff");