mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-13 23:28:53 +01:00
Mainly to get rid of one top level directory. But this will also be useful when there are tests of the embedding API.
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
|
|
}
|