Files
openide/python/testData/formatter/multilineIfConditionNestedExpressions.py

5 lines
70 B
Python

if foo == 42 or \
bar == 42 and \
baz == 42:
pass