mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Fix semantic merge conflict
This commit is contained in:
@@ -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' };
|
||||
|
||||
Reference in New Issue
Block a user