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
An @objc enum needs a valid raw type to make a special hash(into:)
This check is superfluous in correct code, but necessary in the 4.2
branch to avoid failing in incorrect code. (On master, the error is
not reported because the enum is no longer considered @objc at this
point.)
0 commit comments