mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
class Foo {
|
|
construct name=(value) { // expect error
|
|
System.print("ok")
|
|
}
|
|
}
|