Files
wren/test/limit/too_many_function_parameters.wren

2 lines
90 B
Plaintext

var f = Fn.new {|a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q| "!" } // expect error