TypeScript/tests/cases/fourslash/renameInheritedProperties8.ts
2017-01-18 13:55:31 -08:00

15 lines
261 B
TypeScript

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