Commits

Joe Groff committed f9440d0cb74
Sema: Correctly resolve the metatype of '.member's found by optional unwrapping. If the lookup was resolved by optional unwrapping, unwrap the metatype when we apply the solution so we don't try to create an invalid metatype conversion from T?.Type to T.Type. Fixes <rdar://problem/17542185>. Swift SVN r19500