File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 9
9
////
10
10
////(a: number, b: number) =>[| {
11
11
//// return a + b;
12
- //// }|];
12
+ //// }|]
13
13
////
14
14
////const f1 = function[| (
15
15
//// a: number
16
16
//// b: number
17
17
////) {
18
18
//// return a + b;
19
- //// }|];
19
+ //// }|]
20
20
////
21
21
////const f2 = function (a: number, b: number)[| {
22
22
//// return a + b;
23
- //// }|];
23
+ //// }|]
24
24
////
25
25
////function f3[| (
26
26
//// a: number
27
27
//// b: number
28
28
////) {
29
29
//// return a + b;
30
- //// }|];
30
+ //// }|]
31
31
////
32
32
////function f4(a: number, b: number)[| {
33
33
//// return a + b;
34
- //// }|];
34
+ //// }|]
35
35
////
36
36
////class Foo[| {
37
37
//// constructor[|(
52
52
//// m1(a: number, b: number)[| {
53
53
//// return a + b;
54
54
//// }|]
55
- //// }|];
55
+ //// }|]
56
56
////
57
57
////declare function foo(props: any): void;
58
58
////foo[|(
59
59
//// a =>[| {
60
60
////
61
61
//// }|]
62
- ////)|];
62
+ ////)|]
63
63
////
64
64
////foo[|(
65
65
//// (a) =>[| {
66
66
////
67
67
//// }|]
68
- ////)|];
68
+ ////)|]
69
69
////
70
70
////foo[|(
71
71
//// (a, b, c) =>[| {
72
72
////
73
73
//// }|]
74
- ////)|];
74
+ ////)|]
75
75
////
76
76
////foo[|([|
77
77
//// (a,
78
78
//// b,
79
79
//// c) => {
80
80
////
81
81
//// }|]
82
- ////)|];
82
+ ////)|]
83
83
84
84
verify . outliningSpansInCurrentFile ( test . ranges ( ) ) ;
You can’t perform that action at this time.
0 commit comments