Commits

Dmitri Hrybenko committed 8c4699fedc7
Code completion: after delaying a top-level decl, skip the rest of the file to prevent the parser from constructing the AST for it. Forward references are not allowed at the top level. Resolves all FIXMEs in test/CodeCompletion/complete_at_top_level.swift. Swift SVN r6829