commit | 1aa2e09bdbd413eacb677e9fa4b50630530d0656 | [log] [tgz] |
---|---|---|
author | Tor Norbye <[email protected]> | Wed Aug 20 17:01:23 2014 -0700 |
committer | Tor Norbye <[email protected]> | Wed Aug 20 17:01:23 2014 -0700 |
tree | 2f4cc6d69645bd460aa253fdecb606d764fbd25d | |
parent | 02cf98d65c798d368fcec43ed64a001d513bdd4f [diff] [blame] |
Snapshot idea/138.1696 from git://git.jetbrains.org/idea/community.git Change-Id: I50c97b83a815ce635e49a38380ba5b8765e4b16a
diff --git a/python/testData/debug/test_egg.py b/python/testData/debug/test_egg.py new file mode 100644 index 0000000..82bec29 --- /dev/null +++ b/python/testData/debug/test_egg.py
@@ -0,0 +1,4 @@ +from adder import adder + +x = adder.add(7, 9) +print(x) \ No newline at end of file