Example:
if (!!functionCall()) {}
After the quick-fix is applied:
if (functionCall()) {}
if (!(a != b)) {}
if (a == b) {}