Files
wren/test/language/method/empty_subscript_definition.wren
2015-12-18 06:48:54 -08:00

4 lines
51 B
Plaintext

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