TypeScript/tests/cases/fourslash/goToImplementationNamespace_06.ts
2016-09-13 17:33:49 -07:00

12 lines
282 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should handle type queries
//// [|namespace F/*declaration*/oo {
//// declare function hello(): void;
//// }|]
////
////
//// let x: typeof Foo = [|{ hello() {} }|];
verify.allRangesAppearInImplementationList("declaration");