Files
openide/python/testData/highlighting/yieldFromBefore33.py
2012-06-05 15:41:35 +04:00

3 lines
212 B
Python

def f(g):
<error descr="Python versions < 3.3 do not support this syntax. Delegating to a subgenerator is available since Python 3.3; use explicit iteration over subgenerator instead.">yield from g()</error>