Fix some more things to get async working

This commit is contained in:
Dave Halter
2018-10-21 00:35:07 +02:00
parent 228440c03f
commit b008a525cb
8 changed files with 49 additions and 20 deletions

View File

@@ -143,12 +143,12 @@ a3[0]
a = [for a in
def break(): pass
#?
#? str()
a[0]
a = [a for a in [1,2]
def break(): pass
#?
#? str()
a[0]
#? []