Files
openide/python/testData/codeInsight/codefragment/expression.test
2010-01-27 17:14:16 +03:00

14 lines
92 B
Plaintext

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