Closed shmygol closed 5 years ago
Currently it's not possible to use keys like 'items' in dictionaries (maps), because it has a method items. I'd suggest to prefer dictionary items over methods in case they collide.
items
Yep, that would probably make sense. Would you mind writing a quick test case and I'll see if I can fix it when time allows?
LOL, ignore me -- just saw your PR #33 now. :-)
Currently it's not possible to use keys like 'items' in dictionaries (maps), because it has a method
items
. I'd suggest to prefer dictionary items over methods in case they collide.