You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Binary operators on Unions work better now
* Used same logic on unary operators as well
* Updated test to check result type of complex binrary operation
* Binary and Unary operators handle ObjectType - issue #1387
This error below should not be an error, and any
object
types should probably be treated the same asdynamic
.Justification: The
object
type is almost the same asdynamic
, except it rejects theuninitialized
type when called.The text was updated successfully, but these errors were encountered: