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 --- .../refactoring/introduceConstant/fromParameterDefaultValue.after.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/testData/refactoring/introduceConstant/fromParameterDefaultValue.after.py (limited to 'python/testData/refactoring/introduceConstant/fromParameterDefaultValue.after.py') diff --git a/python/testData/refactoring/introduceConstant/fromParameterDefaultValue.after.py b/python/testData/refactoring/introduceConstant/fromParameterDefaultValue.after.py new file mode 100644 index 000000000000..3f7191e54968 --- /dev/null +++ b/python/testData/refactoring/introduceConstant/fromParameterDefaultValue.after.py @@ -0,0 +1,5 @@ +a = 1 + 2 + + +def func(x=a + 3): + pass \ No newline at end of file -- cgit v1.2.3