Commits
Joe Pamer committed 57615107613
When resolving a nested type name, we were assuming that if "isDependentType" is true, the parent type in question was either a DependentMemberType or a GenericTypeParamType. This would prove problematic if the parent type was either a dependent class or structure type. Swift SVN r14524