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

15 lines
250 B
TypeScript

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