summaryrefslogtreecommitdiff
path: root/pylint/test/functional/string_formatting_failed_inference.py
blob: c5add58c838b985e7b772fa1bb92e840dee32248 (plain)
1
2
3
4
""" 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))