mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
LinkedHashMap: Fix head being null when initializing from map (#2334)
* LinkedHashMap: Fix head being null when initializing from map
This commit is contained in:
@@ -136,6 +136,7 @@ fn void linked_map_copy()
|
||||
assert(key == expected_order[index]);
|
||||
index++;
|
||||
};
|
||||
assert(index == 3); // check if @each worked
|
||||
}
|
||||
|
||||
fn void linked_map_iterators()
|
||||
|
||||
Reference in New Issue
Block a user