Files
openide/python/testData/psi/EmptyFStrings.py
2018-10-01 12:46:43 +03:00

5 lines
56 B
Python

s = (f'',
F"",
rf"""""",
FR'''''',
)