summaryrefslogtreecommitdiff
path: root/python/testData/mover/sameLevelAsDict_afterDown.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/mover/sameLevelAsDict_afterDown.py')
-rw-r--r--python/testData/mover/sameLevelAsDict_afterDown.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/testData/mover/sameLevelAsDict_afterDown.py b/python/testData/mover/sameLevelAsDict_afterDown.py
new file mode 100644
index 000000000000..602da928bab7
--- /dev/null
+++ b/python/testData/mover/sameLevelAsDict_afterDown.py
@@ -0,0 +1,9 @@
+a = {
+ 'c': 99999
+}
+print "Hello, there."
+a = {
+ 'b': 1,
+ 'c': 2
+}
+print a['c'] \ No newline at end of file