mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fixed rename of elements that are imported via alias (PY-8857)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import bar as foo
|
||||
|
||||
foo.f()
|
||||
@@ -0,0 +1,2 @@
|
||||
def f():
|
||||
pass
|
||||
@@ -0,0 +1,3 @@
|
||||
import f<caret>oo as foo
|
||||
|
||||
foo.f()
|
||||
@@ -0,0 +1,2 @@
|
||||
def f():
|
||||
pass
|
||||
Reference in New Issue
Block a user