Files
openide/python/testData/inspections/PyStringFormatInspection/NewStyleDictLiteralWithNumericKeys.py

1 line
151 B
Python

print (<warning descr="Key 'fst' has no corresponding argument">"first is {fst}"</warning>.format(**{1: "3"})<EOLError descr="')' expected"></EOLError>