summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/inlinelocal/referenceInParenthesis.after.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/refactoring/inlinelocal/referenceInParenthesis.after.py')
-rw-r--r--python/testData/refactoring/inlinelocal/referenceInParenthesis.after.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/testData/refactoring/inlinelocal/referenceInParenthesis.after.py b/python/testData/refactoring/inlinelocal/referenceInParenthesis.after.py
new file mode 100644
index 000000000000..67bea27b020e
--- /dev/null
+++ b/python/testData/refactoring/inlinelocal/referenceInParenthesis.after.py
@@ -0,0 +1,3 @@
+print ('spam!' * 42)
+('spam!' * 42)
+hex('spam!' * 42) \ No newline at end of file