TypeScript/tests/cases/fourslash/renameInheritedProperties3.ts

11 lines
275 B
TypeScript
Raw Normal View History

2015-12-23 05:02:42 +01:00
/// <reference path='fourslash.ts'/>
//// interface interface1 extends interface1 {
2019-06-13 21:25:02 +02:00
//// [|[|{| "contextRangeIndex": 0 |}propName|]: string;|]
2015-12-23 05:02:42 +01:00
//// }
////
//// var v: interface1;
//// v.[|propName|];
verify.rangesWithSameTextAreRenameLocations("propName");