mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
class Foo {
|
|
construct ! { // expect error
|
|
System.print("ok")
|
|
}
|
|
}
|