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
af58528e88b17c31b359e7ec0ac92651770e3352
wren
/
test
/
map
/
contains_key_not_value.wren
T
2 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add containsKey method to Map and validate key types in subscript operations
2015-01-25 20:39:19 +00:00
var result = {}.containsKey([]) // expect runtime error: Key must be a value type.
Reference in New Issue
Copy Permalink