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:
Semyon Proshev
2017-04-12 18:00:29 +03:00
committed by Semyon Proshev
parent fde57da527
commit eaac813526
23 changed files with 386 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
from b import bar
bar("5")