Files
openide/python/testData/postfix/while/complexExpression.py
Liana Bakradze 3bfae3999a added while postfix template
(cherry picked from commit 24bba05)
2016-02-11 23:36:43 +03:00

2 lines
48 B
Python

def f(a, b, c):
(2*(a + b)) * c.while<caret>