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
Change casting function to SyntaxEnum to as(SyntaxEnum.self)
SyntaxEnum was the only place that uses the asSyntaxEnum-style casting.
Make the syntax more consistent with the other as(Something.self)
casting functions.
0 commit comments