Files
openide/python/testData/inspections/RemoveUnsupportedPrefixFromGluedStringNodesInParenthesis.py

3 lines
187 B
Python

s = (<error descr="Python version 3.4 does not support a 'F' prefix">f<caret></error>"string \n"
<error descr="Python version 3.4 does not support a 'F' prefix">f</error>"next line"
)