False positive with BlockAPIRetainCycle and typeof(self)

Issue #110 resolved
Kent Sutherland created an issue

BlockAPIRetainCycle is returning a false positive on __strong typeof(self) strongSelf = weakSelf;

It shouldn't be since typeof(self) is just the variable type. A sample project is attached.

Comments (2)

  1. Log in to comment