We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8edd19 commit ca96d2eCopy full SHA for ca96d2e
1 file changed
tests/baselines/reference/controlFlowForIndexSignatures.types
@@ -1,6 +1,6 @@
1
=== tests/cases/compiler/controlFlowForIndexSignatures.ts ===
2
type Foo = { bar: string };
3
->Foo : Foo
+>Foo : { bar: string; }
4
>bar : string
5
6
const boo: Foo = { bar: 'bar' };
0 commit comments