Files
openide/python/testData/refactoring/introduceConstant/fromImportInFunctionRefactoringError.py
andrey.matveev aa5eb8dc43 PY-23500 Impl considering dependencies for introduce constant fix
(cherry picked from commit fe2adaeabbf1862c2f51a93df14995264a251cca)

IJ-MR-5221

GitOrigin-RevId: 08d0db849d31cdf7684a1b7a68d68072cc0d3686
2021-10-12 17:44:11 +00:00

6 lines
107 B
Python

SUFFIX = "foo"
def func():
from sys import version
print(<selection>version + SUFFIX</selection>)