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

2 lines
140 B
Python

"{b}".format(**{"a": 1, **dict(b=2)})
<warning descr="Key 'c' has no corresponding argument">"{c}"</warning>.format(**{"a": 1, **dict(b=2)})