Skip to content

Commit ca96d2e

Browse files
committed
Fix semantic merge conflict
1 parent d8edd19 commit ca96d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/controlFlowForIndexSignatures.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== tests/cases/compiler/controlFlowForIndexSignatures.ts ===
22
type Foo = { bar: string };
3-
>Foo : Foo
3+
>Foo : { bar: string; }
44
>bar : string
55

66
const boo: Foo = { bar: 'bar' };

0 commit comments

Comments
 (0)