RESOLVED MOVED 188494
Literals are free to unify with any type
https://bugs.webkit.org/show_bug.cgi?id=188494
Summary Literals are free to unify with any type
Myles C. Maxfield
Reported 2018-08-12 17:44:34 PDT
... even vectors and matrices. This is causing a bunch of ambiguous overloads. Seems like GenericLiteralType.unifyImpl() should check other.isPrimitive
Attachments
Myles C. Maxfield
Comment 1 2018-08-12 22:49:21 PDT
***other.isNumber
Myles C. Maxfield
Comment 2 2018-10-13 15:36:48 PDT
Note You need to log in before you can comment on or make changes to this bug.