Added original test case.

This commit is contained in:
Daniel Rosenwasser 2015-07-06 15:15:04 -07:00
parent 4906f41f94
commit 40a6300e02

View file

@ -0,0 +1,18 @@
/// <reference path='fourslash.ts'/>
// @Filename: m1.ts
////export var foo: number = 1;
////export function bar() { return 10; }
////export function baz() { return 10; }
////declare module "M1" {
//// export var V;
////}
////
////declare module "M2" {
//// import { /**/ } from "M1"
////}
goTo.marker();
verify.completionListContains("V");
verify.not.completionListAllowsNewIdentifier();