Commits

Slava Pestov committed 086b9961ba5
Sema: Don't allow static member access on protocol metatypes If P is a protocol, calling static methods or constructors via values of type P.Protocol makes no sense, so let's prohibit this. Fixes <rdar://problem/21176676>. Swift SVN r29338