mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-15 17:21:57 +08:00
Make it possible to use goto_definition on "broken" imports
This commit is contained in:
@@ -120,6 +120,8 @@ import_tree.a
|
||||
|
||||
#! ['module mod1']
|
||||
import import_tree.mod1
|
||||
#! ['module mod1']
|
||||
from import_tree.mod1
|
||||
#! ['a = 1']
|
||||
import_tree.mod1.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user