Commits

Ben Langmuir committed 64b1cd6fd3e
[CodeCompletion] Treat top-level variables as local in top-level completion Global variables from the same source file are more like locals when writing top-level code, particularly in Playgrounds. Other declarations (types, global functions, etc.) are unaffected. rdar://problem/22329905 Swift SVN r31992