mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-13 15:18:48 +01:00
7 lines
73 B
Plaintext
7 lines
73 B
Plaintext
class Foo {
|
|
def bar(arg,
|
|
arg) { // expect error
|
|
"body"
|
|
}
|
|
}
|