We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89ea0a commit 53f920cCopy full SHA for 53f920c
language-learning/typescript/goto-def/redeclare-vars.ts
@@ -0,0 +1,5 @@
1
+var x = 1;
2
+var x = 2;
3
+
4
+// x has two goto-def
5
+x;
0 commit comments