third_party.pylibs.pylint.src/test/input/func_genexpr_var_scope_py24.py

7 lines
144 B
Python
Raw Normal View History

2006-09-24 09:59:37 +00:00
"""test name defined in generator expression are not available
outside the genexpr scope
"""
__revision__ = list(n for n in range(10))
print n