mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-16 20:28:04 +01:00
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
class Foo {
|
|
// 17 parameters.
|
|
method(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) { "!" } // expect error
|
|
}
|