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

3 lines
48 B
Python

if (foo is None and
bar == 42):
pass