Closed gvanrossum closed 6 years ago
This function will not have an annotation added:
def logtest(a, b, c=7, *var, **kw): return 7, a, b
Change it to have the return on the next line and it will work:
This function will not have an annotation added:
Change it to have the return on the next line and it will work: