mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
Fix semantic merge conflict
This commit is contained in:
parent
f30ce1ff8f
commit
12c4ea8542
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user