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