summaryrefslogtreecommitdiff
path: root/testsuite/E30.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E30.py')
-rw-r--r--testsuite/E30.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/E30.py b/testsuite/E30.py
index 8d1879b..ebe4e9d 100644
--- a/testsuite/E30.py
+++ b/testsuite/E30.py
@@ -124,6 +124,11 @@ def a():
x = 1
def b():
pass
+#: E306:3:5
+async def a():
+ x = 1
+ def b():
+ pass
#: E306:3:5 E306:5:9
def a():
x = 2