We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4906f41 commit 40a6300Copy full SHA for 40a6300
1 file changed
tests/cases/fourslash/completionListInImportClause02.ts
@@ -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