Commits
Dmitri Hrybenko committed 54a39dfeb8e
Allow type checking qualified references to generic nominals with free type variables This change allows the type checker to create member references to generic nominals with free type variables -- see tests. This is important for code completion, for example, swift.Dictionary.#^A^# Fixes rdar://15980316 Swift SVN r14461