TypeScript/tests/cases/fourslash/referencesForMergedDeclarations8.ts
2019-06-13 12:41:21 -07:00

14 lines
409 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface Foo { }
////module Foo {
//// export interface Bar { }
//// [|export module [|{| "isWriteAccess": true, "isDefinition": true, "contextRangeIndex": 0 |}Bar|] { export interface Baz { } }|]
//// export function Bar() { }
////}
////
////// module
////import a3 = Foo.[|Bar|].Baz;
verify.singleReferenceGroup("namespace Foo.Bar", "Bar");