Files
openide/python/testData/psi/NestedMultilineFStringsWithMultilineExpressions.py

5 lines
31 B
Python

s = f"""{f'''
{"bar"
}
'''
}"""