Skip to content

Commit b15ff81

Browse files
committed
Add malformed parameter test
1 parent 9519688 commit b15ff81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/cases/fourslash/getJavaScriptQuickInfo7.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
//// /**
66
//// * This is a very cool function that is very nice.
77
//// * @returns something
8+
//// * @param p anotherthing
89
//// */
9-
//// function a1() {
10+
//// function a1(p) {
1011
//// try {
1112
//// throw new Error('x');
1213
//// } catch (x) { x--; }

0 commit comments

Comments
 (0)