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
The old grammar didn't allow things like f(&x.y) which are legal in
Swift. The new grammar allows a bunch of stuff -- literals, closures,
and conditional expressions -- but that's a better problem to have.
See also this PR, where we're discussing a more specific fix:
#194
0 commit comments