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
25098cd1814f0a1781ce4dfbb8c884c65ec9236e
wren
/
test
/
setter
/
is.wren
T
7 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: implement setter syntax and assignment in named method calls
2013-12-20 15:05:31 +00:00
class Foo {
feat: unify block, function, and method body parsing to support single-expression implicit returns
2014-04-03 14:48:19 +00:00
bar = value { value }
feat: implement setter syntax and assignment in named method calls
2013-12-20 15:05:31 +00:00
}
var foo = new Foo
a is foo.bar = "value" // expect error
Reference in New Issue
Copy Permalink