summaryrefslogtreecommitdiff
path: root/testsuite/E25.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E25.py')
-rw-r--r--testsuite/E25.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/E25.py b/testsuite/E25.py
index 7d00310..7a536b5 100644
--- a/testsuite/E25.py
+++ b/testsuite/E25.py
@@ -35,3 +35,6 @@ d[type(None)] = _deepcopy_atomic
def munge(input: AnyStr, sep: AnyStr = None, limit=1000,
extra: Union[str, dict] = None) -> AnyStr:
pass
+#: Okay
+async def add(a: int = 0, b: int = 0) -> int:
+ return a + b