Fix semantic merge conflict

This commit is contained in:
Wesley Wigham 2022-04-08 12:15:50 -07:00
parent f30ce1ff8f
commit 12c4ea8542
No known key found for this signature in database
GPG Key ID: D59F87F60C5400C9

View File

@ -1,6 +1,6 @@
=== tests/cases/conformance/classes/members/privateNames/typeFromPrivatePropertyAssignment.ts ===
type Foo = { foo?: string };
>Foo : Foo
>Foo : { foo?: string; }
>foo : string
class C {