summaryrefslogtreecommitdiff
path: root/pylint/test/functional/genexpr_variable_scope.py
blob: a00d72d328654c88ec75c6673b7520e486a58a3d (plain)
1
2
3
4
5
"""test name defined in generator expression are not available
outside the genexpr scope
"""
from __future__ import print_function
print(n)  # [undefined-variable]