Files
openide/python/testData/codeInsight/controlflow/assertfalseargument.py
T

5 lines
84 B
Python

assert False, 'foo'
print('unreachable 1')
assert False, f()
print('unreachable 2')