TypeScript/tests/cases/fourslash/getOutliningForArrayDestructuring.ts

46 lines
750 B
TypeScript

/// <reference path="fourslash.ts"/>
////const[| [
//// a,
//// b,
//// c
////]|] =[| [
//// 1,
//// 2,
//// 3
////]|];
////const[| [
//// [|[
//// [|[
//// [|[
//// a,
//// b,
//// c
//// ]|]
//// ]|]
//// ]|],
//// [|[
//// a1,
//// b1,
//// c1
//// ]|]
////]|] =[| [
//// [|[
//// [|[
//// [|[
//// 1,
//// 2,
//// 3
//// ]|]
//// ]|]
//// ]|],
//// [|[
//// 1,
//// 2,
//// 3
//// ]|]
////]|]
verify.outliningSpansInCurrentFile(test.ranges(), "code");