From 1aa2e09bdbd413eacb677e9fa4b50630530d0656 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Wed, 20 Aug 2014 17:01:23 -0700 Subject: Snapshot idea/138.1696 from git://git.jetbrains.org/idea/community.git Change-Id: I50c97b83a815ce635e49a38380ba5b8765e4b16a --- python/testData/debug/test2.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/testData/debug/test2.py (limited to 'python/testData/debug/test2.py') diff --git a/python/testData/debug/test2.py b/python/testData/debug/test2.py new file mode 100644 index 000000000000..246363a5f482 --- /dev/null +++ b/python/testData/debug/test2.py @@ -0,0 +1,8 @@ +def foo(x): + y = x + 2 + print(y) + +z = 1 +foo(z) +z += 1 +print(z) -- cgit v1.2.3