1
0
forked from VimPlug/jedi

Merge _remove_statements and infer_expr_stmt, fixes #1504

This commit is contained in:
Dave Halter
2020-03-13 00:50:25 +01:00
parent d574162da3
commit fb72e1b448
2 changed files with 19 additions and 18 deletions

View File

@@ -91,3 +91,15 @@ class B:
for i in self.a(i):
#?
yield i
foo = int
foo = foo # type: foo
#? int
foo
while True:
bar = int
bar = bar # type: bar
#? int()
bar