Commits
Dmitri Hrybenko committed 0c4c291d20e
Fix code completion in variable initializers that are not at the top level Code completion used to suggest non-static members in member var initializer, and incorrectly reported the reason why the declarations are visible from the initializer. Swift SVN r14457