Skip to content

Commit 4d57d59

Browse files
committed
Avoid semi
1 parent 98a74dd commit 4d57d59

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/cases/fourslash/outliningSpansForFunction.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@
99
////
1010
////(a: number, b: number) =>[| {
1111
//// return a + b;
12-
////}|];
12+
////}|]
1313
////
1414
////const f1 = function[| (
1515
//// a: number
1616
//// b: number
1717
////) {
1818
//// return a + b;
19-
////}|];
19+
////}|]
2020
////
2121
////const f2 = function (a: number, b: number)[| {
2222
//// return a + b;
23-
////}|];
23+
////}|]
2424
////
2525
////function f3[| (
2626
//// a: number
2727
//// b: number
2828
////) {
2929
//// return a + b;
30-
////}|];
30+
////}|]
3131
////
3232
////function f4(a: number, b: number)[| {
3333
//// return a + b;
34-
////}|];
34+
////}|]
3535
////
3636
////class Foo[| {
3737
//// constructor[|(
@@ -52,33 +52,33 @@
5252
//// m1(a: number, b: number)[| {
5353
//// return a + b;
5454
//// }|]
55-
////}|];
55+
////}|]
5656
////
5757
////declare function foo(props: any): void;
5858
////foo[|(
5959
//// a =>[| {
6060
////
6161
//// }|]
62-
////)|];
62+
////)|]
6363
////
6464
////foo[|(
6565
//// (a) =>[| {
6666
////
6767
//// }|]
68-
////)|];
68+
////)|]
6969
////
7070
////foo[|(
7171
//// (a, b, c) =>[| {
7272
////
7373
//// }|]
74-
////)|];
74+
////)|]
7575
////
7676
////foo[|([|
7777
//// (a,
7878
//// b,
7979
//// c) => {
8080
////
8181
//// }|]
82-
////)|];
82+
////)|]
8383

8484
verify.outliningSpansInCurrentFile(test.ranges());

0 commit comments

Comments
 (0)