Closed ryanplusplus closed 9 years ago
If a call is made with f([1, 2, 3]), it will show as f(1,2,3) in an error message.
f([1, 2, 3])
f(1,2,3)
If a call is made with
f([1, 2, 3])
, it will show asf(1,2,3)
in an error message.