summaryrefslogtreecommitdiff
path: root/tests/functional/g/genexpr_variable_scope.py
blob: 721038739cd997b75ef918ff417a7263c4e41656 (plain)
1
2
3
4
5
"""test name defined in generator expression are not available
outside the genexpr scope
"""

print(n)  # [undefined-variable]