mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Accept new baselines
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user