summaryrefslogtreecommitdiff
path: root/testsuite/E25.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E25.py')
-rw-r--r--testsuite/E25.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/E25.py b/testsuite/E25.py
index 9b7ff69..ad8db88 100644
--- a/testsuite/E25.py
+++ b/testsuite/E25.py
@@ -29,3 +29,8 @@ foo(bar=(1 >= 1))
foo(bar=(1 <= 1))
(options, args) = parser.parse_args()
d[type(None)] = _deepcopy_atomic
+
+# Annotated Function Definitions
+#: Okay
+def munge(input: AnyStr, sep: AnyStr = None, limit=1000) -> AnyStr:
+ pass