Commits

Joe Groff committed 9b86d583e3d
Sema: Allow explicitly bridging anything `as AnyObject`. If something isn't a class or bridgeable by value or error bridging, we can still fall back to universal bridging by the runtime. Make this available for manual use by an explicit `as AnyObject` cast.