This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0fde331974c17df1ba1a231d18e50d5d40206813
wren
/
test
/
language
/
method
/
empty_subscript_definition.wren
T
4 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: allow empty argument list methods in calls, definitions, and docs
2015-02-27 07:08:36 +00:00
class Foo {
[] { "empty" } // expect error
}
Reference in New Issue
Copy Permalink