Fix semantic merge conflict

This commit is contained in:
Wesley Wigham
2022-04-07 14:14:11 -07:00
parent d8edd191ab
commit ca96d2e246

View File

@@ -1,6 +1,6 @@
=== tests/cases/compiler/controlFlowForIndexSignatures.ts ===
type Foo = { bar: string };
>Foo : Foo
>Foo : { bar: string; }
>bar : string
const boo: Foo = { bar: 'bar' };