forked from VimPlug/jedi
test for problem with builtins in usages
This commit is contained in:
@@ -250,3 +250,12 @@ def check(instance):
|
|||||||
instance.foo()
|
instance.foo()
|
||||||
|
|
||||||
check(DynamicParam())
|
check(DynamicParam())
|
||||||
|
|
||||||
|
# -----------------
|
||||||
|
# Compiled Objects
|
||||||
|
# -----------------
|
||||||
|
|
||||||
|
import sys
|
||||||
|
|
||||||
|
#< 0 (-3,7), (0,0)
|
||||||
|
sys
|
||||||
|
|||||||
Reference in New Issue
Block a user