Files
openide/python/testData/psi/NestedIncompleteFStringFragmentRecoveryStoppedAtStatementOnlyKeyword.py
Mikhail Golubev b3351b941e PY-59594 PEP 701: Stop recovery of incomplete f-string fragments at statement-only keywords
(cherry picked from commit 7aa912a43d63f6c9867d772e120c5b45adb10be3)

IJ-MR-115763

GitOrigin-RevId: ca6909a8e7a59e06eae69b631160e4d48541ce58
2023-09-29 09:33:45 +00:00

3 lines
41 B
Python

s = f'{f"{foo"'
print(42)
raise Exception