Commits

Xi Ge committed 8367428ed03
[CodeCompletion] Literal complete. When code completing a literal expr, it is likely that code completion engine only collects the expr that is not fully type checked. Therefore, no members of the literal can be suggested. To address this, we try to climb up expr hierarchy in AST to find an expr with a nominal type, and use the nominal type to finish code completion. rdar://20059173 Swift SVN r26116