mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Fix an error recovery goto issue, fixes davidhalter/jedi-vim#962
This commit is contained in:
@@ -607,3 +607,17 @@ DefaultArg().y()
|
||||
DefaultArg.x()
|
||||
#? str()
|
||||
DefaultArg.y()
|
||||
|
||||
|
||||
# -----------------
|
||||
# Error Recovery
|
||||
# -----------------
|
||||
|
||||
from import_tree.pkg.base import MyBase
|
||||
|
||||
class C1(MyBase):
|
||||
def f3(self):
|
||||
#! 13 ['def f1']
|
||||
self.f1() . # hey'''
|
||||
#? 13 MyBase.f1
|
||||
self.f1() . # hey'''
|
||||
|
||||
Reference in New Issue
Block a user