interp: support map literals with integer keys

This commit is contained in:
Konstantin Yegupov
2019-01-30 23:22:29 +10:00
committed by Ayke van Laethem
parent 0308c92e67
commit f8a1e5f449
4 changed files with 44 additions and 1 deletions
+2
View File
@@ -50,3 +50,5 @@ lookup with comma-ok: eight 8 true
lookup with comma-ok: nokey 0 false
false true 2
true false 0
4
42