1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00
semantic/test/fixtures/python/corpus/exec-statement.B.py
2018-04-18 13:33:17 -07:00

4 lines
48 B
Python

exec 'x+=1' in d
exec 'x+=1' in b, c
exec '2+1'