TypeScript/tests/cases/fourslash/documentHighlightAtInheritedProperties3.ts

14 lines
313 B
TypeScript
Raw Normal View History

2015-12-23 05:35:28 +01:00
/// <reference path='fourslash.ts'/>
// @Filename: file1.ts
//// interface interface1 extends interface1 {
//// [|doStuff|](): void;
//// [|propName|]: string;
2015-12-23 05:35:28 +01:00
//// }
////
//// var v: interface1;
//// v.[|propName|];
//// v.[|doStuff|]();
2015-12-23 05:35:28 +01:00
verify.rangesWithSameTextAreDocumentHighlights();