mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-07 03:04:01 +08:00
Finally make tests work for 3.14
This commit is contained in:
@@ -196,7 +196,10 @@ class A(object):
|
||||
class B(object):
|
||||
def shout(self): pass
|
||||
cls = random.choice([A, B])
|
||||
#? ['say', 'shout']
|
||||
# TODO why is this not inferred? This used to work...
|
||||
#?
|
||||
cls
|
||||
#? []
|
||||
cls().s
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user