This commit is contained in:
Benjamin Lichtman
2018-12-31 15:15:47 -08:00
parent 34970d8a69
commit bb2f300191

View File

@@ -99,6 +99,17 @@
//// return 1;
//// }|]
////}|]
////
////// Over a function expression assigned to a variable
//// [|/**
//// * Return a sum
//// * @param {Number} y
//// * @param {Number} z
//// * @returns {Number} the sum of y and z
//// */|]
//// const sum2 = (y, z) =>[| {
//// return y + z;
//// }|];
verify.outliningSpansInCurrentFile(test.ranges());