Files
openide/python/testData/refactoring/inlineFunction/nameClashWithImport/src2.py
Aleksei Kniazev 33632c12c2 IDEA-CR-49790: function inline: already imported names should not be reimported (PY-36803)
GitOrigin-RevId: b2bd04bcfc09898db6accd94210fb8c2097e7c92
2019-07-09 13:03:53 +03:00

2 lines
75 B
Python

def bar(x): # this is not the function we are looking for
return x + 1