fixed PY-8200 Introduce parameter: do not allow refactoring when there is local variable in the selection

This commit is contained in:
Ekaterina Tuzova
2012-12-12 16:08:11 +04:00
parent e69aa6a4d1
commit 286cc42881
3 changed files with 25 additions and 18 deletions
@@ -0,0 +1,3 @@
def f():
a = 1
print <selection>a + 3</selection>