Files
ruff/crates/ruff_python_parser/resources/invalid/statements/if_elif.py
Victor Hugo Gomes 78ee6441a7 Replace LALRPOP parser with hand-written parser
Co-authored-by: Micha Reiser <micha@reiser.io>
2024-03-07 16:44:46 +05:30

8 lines
54 B
Python

if True:
pass
elif False:
pass
elf:
pass