if I type this function into pydev:
def x(): yield 1 return 2
I expect to see a little red circle with an X next to the second line, as Python will raise a SyntaxError while reading that module. But I don't.
+1 from me.
+1 from me.