Files
wren/test/language/method/empty_subscript_definition.wren
T

4 lines
47 B
Plaintext
Raw Normal View History

class Foo {
[] { "empty" } // expect error
}