mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-07 17:29:36 -05:00
Add test
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user