Commits

Dmitri Hrybenko committed 5142210a3ed
Code completion: delay parsing of top-level var decls This allows us to do code completion inside top-lever var initializers. As a part of implementation, we make sure that error recovery does not implicitly skip over the code completion token. This also fixes a bug that prevented us from doing code completion inside function argument list, added tests for that. Swift SVN r6708