We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a4184 commit bab1c9cCopy full SHA for bab1c9c
1 file changed
testsuite/W60.py
@@ -45,6 +45,10 @@
45
#: W606
46
await = 42
47
48
+await 42
49
+#: W606
50
+await 'test'
51
52
def async():
53
pass
54
0 commit comments