Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent Swift objects'
deinit
from trying to free a nil pointer whe…
…n subclassed for mocking (#2001) - doing so will result in a `Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value` - deinit is not overridable in Swift and this cannot be handled in the subclass
- Loading branch information