mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Accept new baselines
This commit is contained in:
parent
8eb24db0c0
commit
df100957b6
@ -103,7 +103,7 @@ type T01 = Readonly<A | B | C | null | undefined>;
|
||||
>null : null
|
||||
|
||||
type T02 = Boxified<A | B[] | C | string>
|
||||
>T02 : string | Boxified<A> | Boxified<C> | Boxified<B[]>
|
||||
>T02 : string | Boxified<A> | Boxified<C> | Box<B>[]
|
||||
>Boxified : Boxified<T>
|
||||
>A : A
|
||||
>B : B
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user