basedmypy
basedmypy copied to clipboard
inference fail in `dict` literal with spread
a = {1: 1}
b = {'a': 1, **a}