forked from VimPlug/jedi
Add another refactoring test
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def pkgx():
|
||||
pass
|
||||
@@ -0,0 +1 @@
|
||||
def pkgx() -> int: ...
|
||||
@@ -0,0 +1 @@
|
||||
from . import pkgx
|
||||
@@ -0,0 +1 @@
|
||||
from .. import pkgx
|
||||
Reference in New Issue
Block a user