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