JelleZijlstra/autotyping

Annotate functions with bare returns

orsinium opened this issue · 0 comments

Functions that have a bare return statement are not annotated by --auto-none. Looks like visit_Return should also check that the return statement isn't bare (just return instead of return something).