forked from VimPlug/jedi
Now ErrorLeaf and ErrorNode are part of the syntax tree. This makes probably sense. The documentation will follow once it's clear how they will shape out.
This commit is contained in:
@@ -86,7 +86,7 @@ from os import path
|
||||
|
||||
# should not return a function, because `a` is a function above
|
||||
def f(b, a): return a
|
||||
#? []
|
||||
#? ['in', 'is', 'and', 'if', 'or', 'not']
|
||||
f(b=3)
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user