grain
grain copied to clipboard
Add dead code warning
It'd be great if we warned when code appeared in a function after a return statement.
It would be nice if this was able to warn about dead code surrounding, fail and throw as well. Also would be nice if it could warn about after sys.process.exit() but I think getting that right is more complex.