Files
wren/test/map/contains_key_not_value.wren
T

2 lines
83 B
Plaintext
Raw Normal View History

var result = {}.containsKey([]) // expect runtime error: Key must be a value type.