Skip to content

Commit 75d7ffc

Browse files
committed
test(jsdocTypeCompletionInFunctionParameter): minor changes to test to reflect reported issue
1 parent f37e894 commit 75d7ffc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/cases/fourslash/jsdocTypeCompletionInFunctionParameter.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@
6868
//// // The function is parsed with 0 parameters, JSDoc is orphaned.
6969
//// // ============================================================
7070
////
71-
////function f6(/** @type {Some/*case6*/} */) {}
71+
////function f6(/** @type {S/*case6*/} */) {}
7272
////
7373
//// // ============================================================
7474
//// // Case 7: @typedef with named argument
7575
//// // ============================================================
7676
////
77-
////function f7(/** @type {Some/*case7*/} */arg) {}
77+
////function f7(/** @type {S/*case7*/} */arg) {}
7878
////
7979
//// // ============================================================
80-
//// // Case 8: @param tag in function JSDoc (already worked)
80+
//// // Case 8: @param tag in function JSDoc
8181
//// // ============================================================
8282
////
8383
/////**

0 commit comments

Comments
 (0)