forked from Mirror/wren
7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
class Foo {
|
|
bar(arg,
|
|
arg) { // expect error
|
|
"body"
|
|
}
|
|
}
|