Commits

Jordan Rose committed fee9c2a130c
Allow importing pointer-returning methods as throwing. (#2420) Leftover bits of SE-0055. Now that pointer nullability is reflected in the type system, we can properly import throwing methods with non-object pointer return types. Note that Swift still won't let you declare them. That's coming next.