<@U0B99LPPW>: if I just do `for (entry in map)` it...
# announcements
m
@yan: if I just do
for (entry in map)
it works fine, it seems the bug only occurs when using:
for ((key, value) in map)