Skip to content

Commit bb2f300

Browse files
author
Benjamin Lichtman
committed
Add test
1 parent 34970d8 commit bb2f300

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/cases/fourslash/getOutliningForBlockComments.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@
9999
//// return 1;
100100
//// }|]
101101
////}|]
102+
////
103+
////// Over a function expression assigned to a variable
104+
//// [|/**
105+
//// * Return a sum
106+
//// * @param {Number} y
107+
//// * @param {Number} z
108+
//// * @returns {Number} the sum of y and z
109+
//// */|]
110+
//// const sum2 = (y, z) =>[| {
111+
//// return y + z;
112+
//// }|];
102113

103114
verify.outliningSpansInCurrentFile(test.ranges());
104115

0 commit comments

Comments
 (0)