mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-12 19:24:39 +08:00
Forgot to include the test for #884.
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
blub = 1
|
||||||
|
|
||||||
|
class Config2():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class BaseClass():
|
||||||
|
mode = Config2()
|
||||||
|
if isinstance(whaat, int):
|
||||||
|
mode2 = whaat
|
||||||
Reference in New Issue
Block a user