Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* last_jump has type `int` but is used as type `None`. "filename": "mythril/analysis/module/modules/exceptions.py" "warning_type": "Incompatible variable type [9]" "warning_message": " last_jump is declared to have type `int` but is used as type `None`." "warning_line": 28 "fix": None to 0 * Update exceptions.py * Fix typo * Add import Co-authored-by: Nikhil Parasaram <[email protected]> Co-authored-by: norhh <[email protected]>
- Loading branch information