This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8408e862a3d8f6d84275e519c415313449be1824
wren
/
test
/
map
/
contains_key_not_value.wren
T
2 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add containsKey() to Map, and validate key types.
2015-01-25 12:39:19 -08:00
var result = {}.containsKey([]) // expect runtime error: Key must be a value type.
Reference in New Issue
Copy Permalink