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
25bd182c5858158c56f638ca135337275a816066
wren
/
test
/
language
/
method
/
subscript_too_many_arguments.wren
T
3 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow 16 arguments, and handle going over that correctly.
2013-11-29 15:08:27 -08:00
var list = []
list[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] // expect error
Reference in New Issue
Copy Permalink