forked from Mirror/wren
6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
|
class Foo {
|
||
|
|
this new { // expect error
|
||
|
|
IO.print("ok")
|
||
|
|
}
|
||
|
|
}
|