mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +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