Skip to content

Commit dcaafe9

Browse files
Update typescript fixtures
1 parent eb4f4fe commit dcaafe9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

data/fixtures/scopes/typescript.core/type.argument.formal.constructor.iteration.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class MyClass {
2222

2323

2424
[#3 Range] =
25-
[#3 Domain] = 1:13-1:28
26-
>---------------<
25+
[#3 Domain] = 1:14-1:27
26+
>-------------<
2727
1| constructor(value: number) { }
2828

2929

data/fixtures/scopes/typescript.core/type.argument.formal.iteration.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function myFunk(value: number) { }
88

99

1010
[#2 Range] =
11-
[#2 Domain] = 0:15-0:30
12-
>---------------<
11+
[#2 Domain] = 0:16-0:29
12+
>-------------<
1313
0| function myFunk(value: number) { }
1414

1515

data/fixtures/scopes/typescript.core/type.argument.formal.method.iteration.scope

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class MyClass {
2222

2323

2424
[#3 Range] =
25-
[#3 Domain] = 1:8-1:23
26-
>---------------<
25+
[#3 Domain] = 1:9-1:22
26+
>-------------<
2727
1| myFunk(value: number) { }
2828

2929

0 commit comments

Comments
 (0)