**Check Name** Y_CHECK_PREFER_IS_NOT **Actual Behavior** Check fires in situations like this: ```abap IF NOT foo=>bar( ). RETURN. ENDIF. ``` (bar( ) has a returning parameter of type abap_bool) **Expected Behavior** The check should not fire.