Fix crash when doing a lookup on an empty map.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// This is a regression test to ensure map handles a null entry array.
|
||||
|
||||
var map = {}
|
||||
IO.print(map["key"]) // expect: null
|
||||
Reference in New Issue
Block a user