diff --git a/tests/cases/fourslash/getOutliningSpans.ts b/tests/cases/fourslash/getOutliningSpans.ts index f4d1eb33e23..5cc8ea1012c 100644 --- a/tests/cases/fourslash/getOutliningSpans.ts +++ b/tests/cases/fourslash/getOutliningSpans.ts @@ -25,6 +25,12 @@ //// //// }|] ////}|] +////// class expressions +//// (new class[| { +//// bla()[| { +//// +//// }|] +//// }|]) ////switch(1)[| { //// case 1: break; ////}|]