1
0
forked from VimPlug/jedi

Implement support for TypeVar inference for __new__

This commit is contained in:
Dave Halter
2026-05-01 22:51:00 +02:00
parent 55e5f0cb92
commit 8520a9958b
6 changed files with 35 additions and 20 deletions
-2
View File
@@ -8,8 +8,6 @@
#! 12 type-error-not-iterable
[a for a in 1]
# TODO wrong?
#! 10 type-error-too-many-arguments
tuple(str(a) for a in [1])
#! 8 type-error-operation