TypeScript/tests/cases/fourslash/documentHighlightAtInheritedProperties1.ts

10 lines
237 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
//// }
verify.rangesWithSameTextAreDocumentHighlights();