10000 Update test baseline · rvdn/TypeScript@9d1f051 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d1f051

Browse files
author
Yui T
committed
Update test baseline
1 parent 3edecbf commit 9d1f051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/baselines/reference/resolveInterfaceNameWithSameLetDeclarationName2.types

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ interface bar { }
66
>bar : bar
77

88
let bar: bar | foo;
9-
>bar : foo | bar
9+
>bar : bar | foo
1010
>bar : bar
1111
>foo : foo
1212

1313
let foo: bar | foo;
14-
>foo : foo | bar
14+
>foo : bar | foo
1515
>bar : bar
1616
>foo : foo
1717

0 commit comments

Comments
 (0)
0