Files
openide/python/testData/intentions/PythonDemorganLawIntentionTest/missingOperand_after.py

2 lines
36 B
Python

if not (not a or not b or):
pass