Files
wren/test/core/sequence/take_negative.wren
2017-03-15 07:22:44 -07:00

2 lines
82 B
Plaintext

[1, 2, 3].take(-1) // expect runtime error: Count must be a non-negative integer.