Commit 2b948d06 authored by Kurt Smith's avatar Kurt Smith

Added test case for ticket 135 in tests/bugs.

parent 8ffc1885
return 'bar'
class A:
return None
cdef class B:
return None
_ERRORS = u'''
1:0: Return not inside a function body
3:4: Return not inside a function body
6:4: Return not inside a function body
'''
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment