Commits
Joe Groff committed cf9e0d26249
Sema: Introduce metatype-to-object conversions. Allow class metatypes (including class-constrained existential metatypes) to be treated as subtypes of AnyObject, and single-@objc protocol metatypes to be treated as subtypes of the Protocol class from objc. No codegen support yet, so this is hidden behind a frontend flag for now. Swift SVN r18810