ruff/crates/ruff_linter/resources/test/fixtures/control-flow-graph/try-finally-nested-if-while.py

10 lines
142 B
Python

def l():
while T:
try:
while ():
if 3:
break
finally:
return