add outlining spans for the tuple type (#38179)

This commit is contained in:
Alexander T
2020-05-05 19:48:33 +03:00
committed by GitHub
parent 2bdc8fdc94
commit d86bdf4e5c
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/// <reference path="fourslash.ts"/>
////type A =[| [
//// number,
//// number,
//// number
////]|]
////
////type B =[| [
//// [|[
//// [|[
//// number,
//// number,
//// number
//// ]|]
//// ]|]
////]|]
verify.outliningSpansInCurrentFile(test.ranges(), "code");