PY-20797 Fixed: Type checking can be improved: now not showing warning when trying...
authorSemyon Proshev <Semyon.Proshev@jetbrains.com>
Tue, 11 Oct 2016 17:11:51 +0000 (20:11 +0300)
committerSemyon Proshev <Semyon.Proshev@jetbrains.com>
Tue, 11 Oct 2016 17:12:14 +0000 (20:12 +0300)
commit6c6e4a29ef6f67fc4016d0d9b2194f62a8707a2a
tree7f5354a8885ac46c07913cf57737a10b15c78c9c
parent74c514fcb3b1725cb47cfb30a5abc7b5b7f887a8
PY-20797 Fixed: Type checking can be improved: now not showing warning when trying to call on value of defaultdict

Add defaultdict to skeletons
python/helpers/python-skeletons/collections.py
python/testSrc/com/jetbrains/python/PyTypeTest.java