TypeScript/tests/cases/fourslash/renameInheritedProperties7.ts

15 lines
250 B
TypeScript
Raw Normal View History

2016-01-08 12:34:43 +01:00
/// <reference path='fourslash.ts'/>
//// class C extends D {
//// [|prop1|]: string;
//// }
////
2016-01-08 12:34:43 +01:00
//// class D extends C {
//// prop1: string;
//// }
////
2016-01-08 12:34:43 +01:00
//// var c: C;
//// c.[|prop1|];
verify.rangesAreRenameLocations();