forked from Mirror/wren
- Compile them as calls and definitions. - Use them for call(), clear(), run(), try(), and yield(). - Update the docs.
4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
class Foo {
|
|
[] { "empty" } // expect error
|
|
}
|