Commits

Dmitri Hrybenko committed 41723aeb304
Code completion: correctly delay parsing of the function body that did not have a closing brace. Fixes two bugs: * delayed parsing was not correctly skipping over the function body because it stopped at the 'var' decl; * parser was not creating a BraceStmt for the function body if it could not find the closing brace. Swift SVN r7062