diff options
Diffstat (limited to 'Lib/test/badsyntax_async2.py')
-rw-r--r-- | Lib/test/badsyntax_async2.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/badsyntax_async2.py b/Lib/test/badsyntax_async2.py new file mode 100644 index 0000000000..1e62a3e50a --- /dev/null +++ b/Lib/test/badsyntax_async2.py @@ -0,0 +1,3 @@ +async def foo(): + def foo(a:await something()): + pass |