Add containsKey() to Map, and validate key types.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
var result = {}.containsKey([]) // expect runtime error: Key must be a value type.
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
var result = {}.containsKey([]) // expect runtime error: Key must be a value type.
|
||||