diff --git a/test/completion/docstring.py b/test/completion/docstring.py index 8362630b..29bc4c7d 100644 --- a/test/completion/docstring.py +++ b/test/completion/docstring.py @@ -19,3 +19,13 @@ def g(a, b): a #? b + +def e(a, b): + """ asdfasdf + @type a: str + @param a: blablabla + """ + #? str() + a + #? + b