if is None and if is not None postfix templates added
[idea/community.git] / python / testData / postfix / isNotNone / complexExpression_after.py
1 def f(a, b, c):
2     if (a + b) * c is not None:
3         <caret>