summaryrefslogtreecommitdiff
path: root/doc/data/messages/n/nonlocal-without-binding/bad.py
blob: 6a166e09fc983abf0b713ffdf2f8ab2bc19b564d (plain)
1
2
3
class Fruit:
    def get_color(self):
        nonlocal colors  # [nonlocal-without-binding]