mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-31 01:04:20 +08:00
Fix an error recovery goto issue, fixes davidhalter/jedi-vim#962
This commit is contained in:
3
test/completion/import_tree/pkg/base.py
Normal file
3
test/completion/import_tree/pkg/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class MyBase:
|
||||
def f1(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user