forked from VimPlug/jedi
Error token handling with dots in front.
This commit is contained in:
@@ -157,3 +157,18 @@ def empty_assert():
|
||||
x
|
||||
|
||||
import datetime as
|
||||
|
||||
|
||||
# -----------------
|
||||
# statements
|
||||
# -----------------
|
||||
|
||||
call = ''
|
||||
invalid = .call
|
||||
#? str()
|
||||
invalid
|
||||
|
||||
call = ''
|
||||
invalid = call?.call
|
||||
#? str()
|
||||
invalid
|
||||
|
||||
Reference in New Issue
Block a user