mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 06:02:53 -05:00
Add test
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user