summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/unreachable/bad.py
blob: 343a1180ddf5af8fe2c136a6f5aee6b0c96a8c89 (plain)
1
2
3
def say_hello():
    return True
    print("Hello World!, Outside function.")  # [unreachable]