Commits

Doug Gregor committed f2b12aade53
[SE-0112] Allow bridging from nominal and generic types to NSError. Previously, a type that conformed to 'Error' could not be bridged to NSError directly. Rather, one would have to go through the 'Error' protocol, e.g., myErrorValue as Error as NSError rather than myErrorValue as NSError Make the latter work.