mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 15:25:54 -06:00
Accept new baselines
This commit is contained in:
parent
4885560cb4
commit
6c2fe29a72
@ -205,7 +205,7 @@ type Q40 = (Shape | Options)["visible"]; // boolean | "yes" | "no"
|
||||
>Options : Options
|
||||
|
||||
type Q41 = (Shape & Options)["visible"]; // true & "yes" | true & "no" | false & "yes" | false & "no"
|
||||
>Q41 : (true & "yes") | (true & "no") | (false & "yes") | (false & "no")
|
||||
>Q41 : never
|
||||
>Shape : Shape
|
||||
>Options : Options
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user