TypeScript/tests/cases/fourslash/goToImplementationNamespace_06.ts

12 lines
282 B
TypeScript
Raw Normal View History

2016-09-10 00:13:51 +02:00
/// <reference path='fourslash.ts'/>
// Should handle type queries
//// namespace [|F/*declaration*/oo|] {
2016-09-10 00:13:51 +02:00
//// declare function hello(): void;
//// }
2016-09-10 00:13:51 +02:00
////
////
//// let x: typeof Foo = [|{ hello() {} }|];
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("declaration");