Commits
Jordan Rose committed a62cfd3c30b
[Parse] Parse the '@' in "x@.y" as a postfix op. ...but make sure plain "@.y" still parses as a prefix op. This allows our planned postfix ! operator for Optional types to parse correctly when a member is accessed. There's probably still QoI work here: the following member may have been intended to be a free member as in "x @ .y", where '@' is a binary operator. Swift SVN r7513