mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
PY-22971 Fixed: Support @typing.overload in regular Python files, not only in Python stubs
Update RenamePyFunctionProcessor to rename implementation and all overloads.
This commit is contained in:
committed by
Semyon Proshev
parent
fde57da527
commit
eaac813526
@@ -0,0 +1,3 @@
|
||||
from b import bar
|
||||
|
||||
bar("5")
|
||||
Reference in New Issue
Block a user