mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
add outlining spans for the tuple type (#38179)
This commit is contained in:
19
tests/cases/fourslash/getOutliningForTupleType.ts
Normal file
19
tests/cases/fourslash/getOutliningForTupleType.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
|
||||
////type A =[| [
|
||||
//// number,
|
||||
//// number,
|
||||
//// number
|
||||
////]|]
|
||||
////
|
||||
////type B =[| [
|
||||
//// [|[
|
||||
//// [|[
|
||||
//// number,
|
||||
//// number,
|
||||
//// number
|
||||
//// ]|]
|
||||
//// ]|]
|
||||
////]|]
|
||||
|
||||
verify.outliningSpansInCurrentFile(test.ranges(), "code");
|
||||
Reference in New Issue
Block a user