Files
openide/python/testData/intentions/afterJoinIf.py
T

5 lines
73 B
Python

def foo():
if a + 2 > 3 and b < 4:
a = a and b
b = 4