Merge pull request #3175 from Microsoft/release-1.5

Merge release-1.5 into master
This commit is contained in:
Jason Freeman
2015-05-15 00:07:24 -07:00
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
///<reference path="fourslash.ts"/>
////namespace bar { }
////import bar = bar/**/;
goTo.marker();
verify.quickInfoIs(
`namespace bar
import bar = bar`);