mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-24 04:41:48 +08:00
fixed other part of jedi-vim issue 8, 'import x as' caused parsing error
This commit is contained in:
@@ -112,3 +112,5 @@ def asdf(a or b): # multiple param names
|
||||
|
||||
#? int()
|
||||
asdf(2)
|
||||
|
||||
import datetime as
|
||||
|
||||
Reference in New Issue
Block a user