fix hashmap to list missing items when they are in the same position in the list
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
x = {}
|
||||
let x = {'p':1}
|
||||
x.z = 1
|
||||
x.b = 2
|
||||
x.c = 3
|
||||
|
||||
Reference in New Issue
Block a user