Commits
Joe Groff committed 164870c0c39
SILGen: Reenable partial application of ObjC methods. Make ObjC method partial applications go through a native-to-foreign thunk so that we properly handle bridging conversions in the resulting function value. Partial applications through dynamic lookup are still broken because they apparently go through a different path. Swift SVN r17108