Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Soon, Swift.AnyObject will become a protocol composition type with no protocols and a class constraint. Since there's no way to write this in the language, cons up an AnyObject type in the Builtin module, so that the standard library can define 'typealias AnyObject = Builtin.AnyObject'.
- Loading branch information