Files
openide/python/testData/codeInsight/codefragment/expression.test
2012-05-22 15:38:36 +04:00

12 lines
135 B
Plaintext

def f():
a = 12
if some_cond:
b = 1
c = <begin>foo(boo(a) + 123 * b)<end>
print('hello')
<result>
In:
a
b
Out: