1
0
forked from VimPlug/jedi

Error token handling with dots in front.

This commit is contained in:
Dave Halter
2014-05-03 12:39:20 +02:00
parent e5326acf8f
commit c44b88adc3
3 changed files with 17 additions and 1 deletions

View File

@@ -157,3 +157,18 @@ def empty_assert():
x
import datetime as
# -----------------
# statements
# -----------------
call = ''
invalid = .call
#? str()
invalid
call = ''
invalid = call?.call
#? str()
invalid