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