Open
Description
As noted in #67704 we currently suggest let
and var
in expression position due to the fact that we initially parse patterns as expressions. We ought to be able to detect if we're in a pattern context though, and only suggest let
and var
in that case.
rdar://113330201