summaryrefslogtreecommitdiff
path: root/tests/input/similar5
diff options
context:
space:
mode:
Diffstat (limited to 'tests/input/similar5')
-rw-r--r--tests/input/similar53
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/input/similar5 b/tests/input/similar5
index d87610b1e..b6e6b1d0e 100644
--- a/tests/input/similar5
+++ b/tests/input/similar5
@@ -6,3 +6,6 @@ def func1(
arg5: int = 5
) -> Ret1:
pass
+
+def example():
+ """Valid function definition with docstring only."""