-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Description:
$subject.
- At the moment when we do the intersection with
readonly,we don't simplify the cell-based types enough.
e.g. readonly & map<any|error> - In the intersection we need to check if one of the type is
readonlyand other one has one level of defineness, we should be able to simplify it.
Reactions are currently unavailable