Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7544508f0245173bff5866aa1598c8f6cce1fc5f
/
.
/
Lib
/
test
/
badsyntax_async2.py
blob: 1e62a3e50af275f0f79380afb13569cb5219f0ab [
file
] [
log
] [
blame
]
Yury Selivanov
7544508
2015-05-11 22:57:16 -0400
[
diff
] [
blame^
]
1
async
def
foo
():
2
def
foo
(
a
:
await something
()):
3
pass