Commits

Dmitri Hrybenko committed 8a7628d7950
Code completion: fix a bug where code completing in a function body on the next line after a var decl with initializer would complete based on the initializer expression. These are technically valid completions, but confusing. Now this suggests unqualified completions. Swift SVN r7188