mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 13:42:16 -05:00
Merge pull request #3175 from Microsoft/release-1.5
Merge release-1.5 into master
This commit is contained in:
9
tests/cases/fourslash/aliasMergingWithNamespace.ts
Normal file
9
tests/cases/fourslash/aliasMergingWithNamespace.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
///<reference path="fourslash.ts"/>
|
||||
|
||||
////namespace bar { }
|
||||
////import bar = bar/**/;
|
||||
|
||||
goTo.marker();
|
||||
verify.quickInfoIs(
|
||||
`namespace bar
|
||||
import bar = bar`);
|
||||
Reference in New Issue
Block a user