We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30ce1f commit 12c4ea8Copy full SHA for 12c4ea8
1 file changed
tests/baselines/reference/typeFromPrivatePropertyAssignment.types
@@ -1,6 +1,6 @@
1
=== tests/cases/conformance/classes/members/privateNames/typeFromPrivatePropertyAssignment.ts ===
2
type Foo = { foo?: string };
3
->Foo : Foo
+>Foo : { foo?: string; }
4
>foo : string
5
6
class C {
0 commit comments