forked from VimPlug/jedi
Forgot to add some test files
This commit is contained in:
4
test/examples/inheritance/pkg/module.py
Normal file
4
test/examples/inheritance/pkg/module.py
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
class Bar:
|
||||
def bar(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user