We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1f9bf commit dcd970eCopy full SHA for dcd970e
tests/cases/fourslash/autoImportNonModules.ts
@@ -0,0 +1,10 @@
1
+/// <reference path='fourslash.ts'/>
2
+// @module: none
3
+// @Filename:test.ts
4
+//// export function f(){ return false }
5
+
6
+// @Filename:test1.ts
7
+//// /**/
8
9
+goTo.marker("");
10
+verify.completions();
0 commit comments