mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 14:34:35 -06:00
Update baselines
This commit is contained in:
parent
28cdaf24e9
commit
03e3894909
@ -211,7 +211,7 @@ let getter: { a: number, c: number } =
|
||||
>c : number
|
||||
|
||||
{ ...op, c: 7 }
|
||||
>{ ...op, c: 7 } : { c: number; readonly a: number; }
|
||||
>{ ...op, c: 7 } : { c: number; a: number; }
|
||||
>op : { readonly a: number; }
|
||||
>c : number
|
||||
>7 : 7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user