8000 Added original test case. · icssjs/TypeScript@40a6300 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 40a6300

Browse files
Added original test case.
1 parent 4906f41 commit 40a6300

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/// <reference path='fourslash.ts'/>
2+
3+
// @Filename: m1.ts
4+
////export var foo: number = 1;
5+
////export function bar() { return 10; }
6+
////export function baz() { return 10; }
7+
8+
////declare module "M1" {
9+
//// export var V;
10+
////}
11+
////
12+
////declare module "M2" {
13+
//// import { /**/ } from "M1"
14+
////}
15+
16+
goTo.marker();
17+
verify.completionListContains("V");
18+
verify.not.completionListAllowsNewIdentifier();

0 commit comments

Comments
 (0)
0