forked from VimPlug/jedi
Avoid duplicate definitions for goto, fixes #1514
This commit is contained in:
@@ -422,3 +422,11 @@ with Foo() as f3:
|
||||
#? 6 Foo
|
||||
with Foo() as f3:
|
||||
f3
|
||||
|
||||
# -----------------
|
||||
# Avoiding multiple definitions
|
||||
# -----------------
|
||||
|
||||
some_array = ['', '']
|
||||
#! ['def upper']
|
||||
some_array[some_not_defined_index].upper
|
||||
|
||||
Reference in New Issue
Block a user