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
de59809b861121f6386b329d2e880c9a02ea4411
wren
/
test
/
setter
/
is.wren
T
7 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Setters!
2013-12-20 07:05:31 -08:00
class Foo {
Require parentheses around operator and setter arguments.
2014-04-08 17:54:37 -07:00
bar=(value) { value }
Setters!
2013-12-20 07:05:31 -08:00
}
var foo = new Foo
a is foo.bar = "value" // expect error
Reference in New Issue
Copy Permalink