Allow 16 arguments, and handle going over that correctly.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class Foo {
|
||||
// 17 parameters.
|
||||
method(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) { "!" } // expect error
|
||||
}
|
||||
Reference in New Issue
Block a user