Closed
Description
Currently, objective-C blocks are given names like ObjCBlock19
and these names are not stably assigned.
It would be nice if the value were something reasonable (e.g. based on the type signature) or (inclusive or) if they could be named with a typedef e.g.
typedef void (^MyBlock)(MyArg arg);