DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / assign_to_literal_dict.py
1234567
"""Should raise SyntaxError: Python 3.8: cannot assign to dict display Python 3.6, 3.7: can't assign to literal """ {1 : 2, 2 : 4} = 5