blob: c5add58c838b985e7b772fa1bb92e840dee32248 [file] [log] [blame]
""" Testing string format with a failed inference. This should not crash. """
# pylint: disable=using-constant-test
import collections
"{dict[0]}".format(dict=collections.defaultdict(int))