mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 22:58:40 +01:00
7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
class Foo {
|
|
bar(arg,
|
|
arg) { // expect error
|
|
"body"
|
|
}
|
|
}
|