TypeScript/tests/cases/fourslash/documentHighlightAtInheritedProperties2.ts

10 lines
222 B
TypeScript
Raw Normal View History

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