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
Actual: no error Expected: Operator '<' cannot be applied to types '{ [x: number]: Base; }' and '{ [x: string]: Derived; }'.
The current behavior matches the old compiler because fixing this would be a breaking change we aligned them. Worth considering whether to just take the break since it's unlikely someone would take an intentional dependeny on this undefined behavior.
The text was updated successfully, but these errors were encountered:
Actual: no error
Expected: Operator '<' cannot be applied to types '{ [x: number]: Base; }' and '{ [x: string]: Derived; }'.
The current behavior matches the old compiler because fixing this would be a breaking change we aligned them. Worth considering whether to just take the break since it's unlikely someone would take an intentional dependeny on this undefined behavior.
The text was updated successfully, but these errors were encountered: