We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73558d commit 062823cCopy full SHA for 062823c
1 file changed
tests/cases/fourslash/scriptLexicalStructureItems2.ts
@@ -0,0 +1,12 @@
1
+/// <reference path="fourslash.ts"/>
2
+
3
4
+/////**/
5
6
+goTo.marker();
7
+edit.insertLine("module A");
8
+edit.insert("export class ");
9
10
+// should not crash
11
+verify.getScriptLexicalStructureListCount(1);
12
0 commit comments