Fix an issue with dict lookups.

This commit is contained in:
Dave Halter
2015-12-05 20:40:41 +01:00
parent 3910d97b7e
commit 2008775370
2 changed files with 5 additions and 7 deletions

View File

@@ -120,7 +120,7 @@ def gen():
a, b = next(gen())
#? int()
a
#? str() float()
#? str()
b