Commits

Joe Groff committed 66d4e683da8
Disable ObjC property thunks for function-type properties. We can't autorelease a Swift function value to conform to the ObjC convention, we don't urgently need to expose function properties to ObjC, and the ultimate right thing to do is to convert between a Swift function value and an ObjC block value, so for now, we can just drop the property thunks. Swift SVN r5373