Commits

Michael Ilseman committed aa7b206fab4
[id as Any] Import with the proper Any type Changes how we import from just protocol<> to the proper Any type. This means that uses of AnyObject will either implicitly cast up to Any, or must be explicitly cast through a temporary if used as an lvalue. id as Any is still predicated on the id-as-any flags.