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
c92a12bf317819a02d07905bbe974333f5d6e073
wren
/
test
/
setter
/
infix_operator.wren
T
7 lines
97 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" + foo.bar = "value" // expect error
Reference in New Issue
Copy Permalink