We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9519688 commit b15ff81Copy full SHA for b15ff81
tests/cases/fourslash/getJavaScriptQuickInfo7.ts
@@ -5,8 +5,9 @@
5
//// /**
6
//// * This is a very cool function that is very nice.
7
//// * @returns something
8
+//// * @param p anotherthing
9
//// */
-//// function a1() {
10
+//// function a1(p) {
11
//// try {
12
//// throw new Error('x');
13
//// } catch (x) { x--; }
0 commit comments