Commits

Joe Groff committed 963d8c7f18a
Continue parsing type-simple after parsing a collection type. This prevents us from going through a redundant code path for handling '?' and '!' in types which didn't account for a following '->', causing us to fail to parse [T]? -> U. rdar://problem/18604887 Swift SVN r22650