forked from Mirror/wren
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
class Foo {
|
|
construct +(value) { // expect error
|
|
System.print("ok")
|
|
}
|
|
}
|