Files
openide/python/testData/refactoring/inlinelocal/stringToFStringRemoveFragmentInNestedFString.after.py
Mikhail Golubev 7f152c983f PY-59594 PEP 701: Make the Inline refactoring aware of the new f-string grammar
(cherry picked from commit 4fe1044cadef561f369a77ddbe98ff29e6fcc5a2)

IJ-MR-115763

GitOrigin-RevId: 5cf7b9d61ea546e0a9e30c0c8a1d432d79e0738e
2023-09-29 09:33:55 +00:00

1 line
63 B
Python

fstring = f'{'foo'.upper() + f"afoobfooc"} foo {'foo'.upper()}'