blob: 390a2a9a3d3f11d45bf291fb617038e00b436d8c [file] [log] [blame]
def f():
a = 12
if some_cond:
b = 1
c = <begin>foo(boo(a) + 123 * b)<end>
print('hello')
<result>
In:
a
b
Out: