Files
openide/python/testData/inspections/PyRedeclarationInspection/possiblyTrueIf.py

6 lines
71 B
Python

x = default_value
y = 0
if condition:
pass
else:
x = process(y)