Skip to content

Commit bab1c9c

Browse files
committed
add test for demonstration
1 parent 65a4184 commit bab1c9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testsuite/W60.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
#: W606
4646
await = 42
4747
#: W606
48+
await 42
49+
#: W606
50+
await 'test'
51+
#: W606
4852
def async():
4953
pass
5054
#: W606

0 commit comments

Comments
 (0)