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

11 lines
259 B
TypeScript

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