This commit is contained in:
Benjamin Lichtman
2018-12-31 14:43:56 -08:00
parent 6c34520281
commit a266131928

View File

@@ -96,5 +96,18 @@
//////outline after a deeply nested node
////class AfterNestedNodes[| {
////}|]
////// function arguments
////function f(x: number[], y: number[])[| {
//// return 3;
////}|]
////f(
////// single line array literal span won't render in VS
//// [|[0]|],
//// [|[
//// 1,
//// 2
//// ]|]
////);
verify.outliningSpansInCurrentFile(test.ranges(), "code");